Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Menu Item Types — Action

Beschrijving

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

Installatie

  1. If you don’t have the Menu Item Types plugin, please install and activate it first.
  2. Install the plugin and activate.
  3. Go to Apparence > Menu
  4. If the metaboxes Menu Item Types is not visible, use screen options

FAQ

Is this extension stand-alone?

No, there are two dependencies:

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Menu Item Types — Action” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Menu Item Types — Action” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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