mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Logged out warnings: by default, load only in the admin. Plugins and themes can load on the front-end when needed, see #23295
git-svn-id: https://develop.svn.wordpress.org/trunk@23881 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -295,6 +295,6 @@ add_filter( 'default_option_embed_autourls', '__return_true' );
|
||||
add_filter( 'heartbeat_settings', 'wp_heartbeat_settings' );
|
||||
|
||||
// Check if the user is logged out
|
||||
add_action( 'init', 'wp_auth_check_load' );
|
||||
add_action( 'admin_init', 'wp_auth_check_load' );
|
||||
|
||||
unset($filter, $action);
|
||||
|
||||
Reference in New Issue
Block a user