This Menu Item Types Add-on adds the possibility of adding action in your navigation menus.
As of April 2026, Menu Item Types is a WordPress Hook plugin with 0 active installations and a 0/5 rating0. It has been downloaded 1.3K+ times in total. Requires WordPress 5.8+ and PHP 7.0+. Available on WordPress.org since 2021. Last updated 3 years ago — may have compatibility concerns. Top alternative: Simple Hook Widget.
This Menu Item Types Add-on adds the possibility of adding action in your navigation menus.
This plugin extend Menu Item Types.
/**
* The executed hook will be prefixed with : mitypes_action_ .
* To run my_custom_action_name, you need write :
*/
add_action( 'mitypes_action_my_custom_action_name', 'my_callable_function', 10, 2 );
function my_callable_function( $args, $item ){
echo 'hello world' ;
}
| WordPress | 5.8+ requiredTested up to 6.1.10 |
| PHP | 7.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.