[wp-trac] [WordPress Trac] #27119: disabling wp_auth_check_load does not actually disable the auth check
WordPress Trac
noreply at wordpress.org
Thu Feb 13 15:25:45 UTC 2014
#27119: disabling wp_auth_check_load does not actually disable the auth check
--------------------------+------------------------------
Reporter: lisota | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.8.1
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by avryl):
You could do this, which disables the check entirely, but there will still
be a heartbeat connection.
{{{
remove_action( 'admin_enqueue_scripts', 'wp_auth_check_load' );
remove_filter( 'heartbeat_send', 'wp_auth_check' );
remove_filter( 'heartbeat_nopriv_send', 'wp_auth_check' );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27119#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list