
Menu Item Types — Action
by Maxime Pertici on WordPress.org
This Menu Item Types Add-on adds the possibility of adding action in your navigation menus.
(0)
This Menu Item Types Add-on adds the possibility of adding action in your navigation menus.
This plugin extend Menu Item Types.
Use your custom action
/**
* 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' ;
}
Active installations0+
Weekly downloads
7+40.00%
Version1.2
Last updated12/3/2022
WordPress version5.8
Tested up to6.1.7
PHP version7.0
Tags
ActioncustomHookmenuNav item