Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Ataurr/d92e0e0b250fef15695fd692710fcfa3 to your computer and use it in GitHub Desktop.
Save Ataurr/d92e0e0b250fef15695fd692710fcfa3 to your computer and use it in GitHub Desktop.
if (function_exists('_filter_startup_essentials')) {
remove_filter('fw_extensions_locations', '_filter_startup_essentials');
}
function _filter_startuplanding_mega_menu_icon($args) {
$args['type'] = 'new-icon';
return $args;
}
add_filter('fw:ext:megamenu:icon-option', '_filter_startuplanding_mega_menu_icon');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment