Changeset 40264 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 03/10/2017 03:02:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r40263 r40264 934 934 do_action( 'clear_auth_cookie' ); 935 935 936 /** 937 * Allows preventing auth cookies from actually being sent to the client. 938 * 939 * @since 4.7.4 940 * 941 * @param bool $send Whether to send auth cookies to the client. 942 */ 936 /** This filter is documented in wp-includes/pluggable.php */ 943 937 if ( ! apply_filters( 'send_auth_cookies', true ) ) { 944 938 return;
Note: See TracChangeset
for help on using the changeset viewer.