plugin-icon

Menu Item Types — Action

投稿者: Maxime Pertici·
This Menu Item Types Add-on adds the possibility of adding action in your navigation menus.
バージョン
1.2
最終更新日時
Dec 3, 2022
Menu Item Types — Action

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' ; }
無料有料プラン
インストールすることで、WordPress.com の利用規約サードパーティプラグイン利用規約に同意したことになります。
最大テスト回数
WordPress 6.1.11
このプラグインをダウンロードして、 サイトに使用できます。