mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
5 lines
155 B
Text
5 lines
155 B
Text
add_action( 'imagify_loaded', function () {
|
|
if ( 0 !== get_imagify_option( 'admin_bar_menu' ) ) {
|
|
update_imagify_option( 'admin_bar_menu', 0 );
|
|
}
|
|
} );
|