add pets test
This commit is contained in:
@@ -23,6 +23,12 @@ require ABSPATH.'/vendor/autoload.php';
|
||||
//wp_clear_scheduled_hook( 'wp_update_plugins' );
|
||||
|
||||
|
||||
add_action( 'after_setup_theme', function(){
|
||||
if ( !is_admin() )
|
||||
show_admin_bar( false );
|
||||
});
|
||||
|
||||
|
||||
#отключаем эмодзи
|
||||
remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
|
||||
remove_action( 'admin_print_scripts', 'print_emoji_detection_script' );
|
||||
|
||||
Reference in New Issue
Block a user