updated plugin Menu Icons version 0.12.5

This commit is contained in:
2020-08-24 15:44:58 +00:00
committed by Gitium
parent a162f89e68
commit be08bbbabd
12 changed files with 34 additions and 374 deletions

View File

@ -186,6 +186,10 @@ final class Menu_Icons_Picker {
return;
}
if( ! function_exists( 'get_current_screen' ) ) {
return;
}
$screen = get_current_screen();
if ( ! $screen instanceof WP_Screen || 'nav-menus' !== $screen->id ) {
return;