'megamenu_clear_css_cache',
),
wp_nonce_url( admin_url( 'admin-post.php' ), 'megamenu_clear_css_cache' )
)
);
$link = "
" . __( 'clear the CSS cache', 'megamenu' ) . '';
$allowed_html = array(
'a' => array(
'href' => array(),
'title' => array(),
),
);
?>
= 3.8;
}
/**
* Add compatibility for conditional menus plugin
*
* @since 2.2
*/
public function conditional_menus_restore_theme_location( $location, $new_args, $old_args ) {
return $old_args['theme_location'];
}
/**
* Add a note to the Navigation Widget to explain that Max Mega Menu will not work with it.
*
* @since 2.5.1
*/
public function add_notice_to_nav_menu_widget( $widget, $return, $instance ) {
if ( 'nav_menu' === $widget->id_base ) {
?>