wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
Top Google Suchergebnisse
- secure_signon_cookie Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - New hooks and filters added on 27/02/2011 « wpseek.com // blog
Feb 27, 2011... secure_auth_redirect; secure_logged_in_cookie; secure_signon_cookie; show_admin_bar; show_network_site_users_add_existing_form ... - php /** * WordPress User API * * @package - WordPress SVN
... $secure_cookie = is_ssl(); $secure_cookie = apply_filters(' secure_signon_cookie', $secure_cookie, $credentials); global $ auth_secure_cookie; // XXX ugly ... - PHPXRef 0.7 : WordPress : /wp-includes/user.php source
... 42 43 if ( '' === $secure_cookie ) 44 $secure_cookie = is_ssl(); 45 46 $ secure_cookie = apply_filters('secure_signon_cookie', $secure_cookie, $ credentials); ...