Plugin Directory

Changeset 2828230

Timestamp:
12/03/2022 10:41:27 PM (20 months ago)
Author:
maxpertici
Message:

mitypes / action / truck / 1.2

Location:
menu-item-types-action/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • menu-item-types-action/trunk/menu-item-types-action.php

    r2647202 r2828230  
    44Plugin URI:   https://maxpertici.fr#menu-item-types
    55Description:  Add the ability to define your custom action in your nav menu
    6 Version:      1.1
     6Version:      1.
    77Author:       @maxpertici
    88Author URI:   https://maxpertici.fr
     
    100100
    101101    echo '<div id="message" class="error notice is-dismissible">
    102         <p>'. esc_html__( 'Please install and activate', 'menu-item-types-action') . ' ' . '<a href="' . esc_url( $mitypes_link ) . '">Menu Item Types</a>'. ' ' . __('for using Menu Item Types — Button plugin.' , 'mitypes-button-aciton' ) . '</p>
     102        <p>'. esc_html__( 'Please install and activate', 'mon' ) . '</p>
    103103    </div>';
    104104
     
    108108
    109109    // shutdown
    110     deactivate_plugins( 'menu-item-types-button/menu-item-types-action.php' );
     110    deactivate_plugins( 'menu-item-types-on/menu-item-types-action.php' );
    111111}
  • menu-item-types-action/trunk/readme.txt

    r2647570 r2828230  
    44Tags: Menu, Custom, Nav item, Action, Hook
    55Requires at least: 5.8
    6 Tested up to: 5.8
    7 Stable tag: 1.1
     6Tested up to:
     7Stable tag: 1.
    88Requires PHP: 7.0
    99License: GPLv2
     
    4747== Changelog ==
    4848
     49
     50
     51
     52
    4953= 1.1 =
    5054* added some checks on the slug of the action that will be executed in the renders
Note: See TracChangeset for help on using the changeset viewer.