- fixed compatibility with Enfold theme (issue #328);

This commit is contained in:
nikitozzzzzzz
2017-10-18 15:50:33 +03:00
parent 5d14060aff
commit f8beaf744e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ if ( ! class_exists( 'UM_Menu_Item_Custom_Fields' ) ) :
public static function load() {
if ( um_get_option('disable_menu') == 0 ) {
add_filter( 'wp_edit_nav_menu_walker', array( __CLASS__, '_filter_walker' ), 200 );
add_filter( 'wp_edit_nav_menu_walker', array( __CLASS__, '_filter_walker' ), 99 );
}
}