هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

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

التنصيب

  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

الأسئلة المتكررّة

Is this extension stand-alone?

No, there are two dependencies:

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Menu Item Types — Action” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Menu Item Types — Action“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

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