विवरण
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' ;
}
स्थापना
- If you don’t have the Menu Item Types plugin, please install and activate it first.
- Install the plugin and activate.
- Go to Apparence > Menu
- If the metaboxes Menu Item Types is not visible, use screen options
प्रश्नोत्तर
-
Is this extension stand-alone?
-
No, there are two dependencies:
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“Menu Item Types — Action” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Menu Item Types — Action” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.2
- Version bump
- WP 6.1 ready
1.1
- added some checks on the slug of the action that will be executed in the renders
1.0
- Init