Plugin Directory

Changeset 3014283


Ignore:
Timestamp:
12/26/2023 09:22:13 AM (2 years ago)
Author:
thangnv27
Message:

add shortcodes

Location:
wp-multitasking/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • wp-multitasking/trunk/includes/floating-popup/exit-popup.php

    r2964791 r3014283  
    111111));
    112112
    113 add_action('plugins_loaded', create_function('', 'wpmt_exit_popup_init();'));
     113add_action('plugins_loaded', 'wpmt_exit_popup_init');
    114114add_action('admin_menu', 'wpmt_add_exit_popup_menu');
    115115
  • wp-multitasking/trunk/includes/floating-popup/welcome-popup.php

    r2964791 r3014283  
    119119));
    120120
    121 add_action('plugins_loaded', create_function('', 'wpmt_welcome_popup_init();'));
     121add_action('plugins_loaded', 'wpmt_welcome_popup_init');
    122122add_action('admin_menu', 'wpmt_add_welcome_popup_menu');
    123123
  • wp-multitasking/trunk/readme.txt

    r2964791 r3014283  
    44Tags: shorcode,mark id,bbcode,welcome popup,exit popup,popup,addquicktag,custom post type,post type,remove base slug
    55Requires at least: 2.1.0
    6 Tested up to: 6.3.1
    7 Stable tag: 0.1.8
     6Tested up to: 6.4.2
     7Stable tag: 0.1.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2424* Enables the classic widgets settings screens in Appearance - Widgets
    2525* SMTP Settings
     26* Shortcodes: [currentyear], [currentmonth] ...
    2627
    2728== Installation ==
     
    8182== Changelog ==
    8283
     84= 0.1.9 =
     85* Fix bug: Function create_function() is deprecated
     86* Add shortcodes
     87
    8388= 0.1.8 =
    8489* Audit custom permalinks
  • wp-multitasking/trunk/wp-multitasking.php

    r2964791 r3014283  
    44Plugin URI:  http://wordpress.org/plugins/wp-multitasking/
    55Description: This plugin is synthetic utility for your WordPress site: Shortcode, BBCode, AddQuickTag, Exit pop-up, Welcome pop-up, Remove base slug, SMTP, Classic Editor, Classic widgets...
    6 Version:     0.1.8
     6Version:     0.1.9
    77Author:      thangnv27
    88Author URI:  https://ngothang.me/
     
    183183require_once WPMT_PLUGIN_DIR . '/includes/floating-popup/global-popup.php';
    184184require_once WPMT_PLUGIN_DIR . '/includes/smtp.php';
     185require_once WPMT_PLUGIN_DIR . '/includes/shortcodes.php';
Note: See TracChangeset for help on using the changeset viewer.