BACK TO DIRECTORY

Menu Item Types — Action

by Maxime Pertici

0.0
(0 ratings)

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' ;
}

Plugin Details

Active Installs
0
Total Downloads
1,500
Version
1.2
Requires WP
5.8
Requires PHP
7.0
Tested Up To
6.1.12
Added
2021-12-20
Last Updated
2022-12-03 10:42pm GMT

Ratings

5
0
4
0
3
0
2
0
1
0