Changeset 3014283
- Timestamp:
- 12/26/2023 09:22:13 AM (2 years ago)
- Location:
- wp-multitasking/trunk
- Files:
-
- 1 added
- 4 edited
-
includes/floating-popup/exit-popup.php (modified) (1 diff)
-
includes/floating-popup/welcome-popup.php (modified) (1 diff)
-
includes/shortcodes.php (added)
-
readme.txt (modified) (3 diffs)
-
wp-multitasking.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-multitasking/trunk/includes/floating-popup/exit-popup.php
r2964791 r3014283 111 111 )); 112 112 113 add_action('plugins_loaded', create_function('', 'wpmt_exit_popup_init();'));113 add_action('plugins_loaded', 'wpmt_exit_popup_init'); 114 114 add_action('admin_menu', 'wpmt_add_exit_popup_menu'); 115 115 -
wp-multitasking/trunk/includes/floating-popup/welcome-popup.php
r2964791 r3014283 119 119 )); 120 120 121 add_action('plugins_loaded', create_function('', 'wpmt_welcome_popup_init();'));121 add_action('plugins_loaded', 'wpmt_welcome_popup_init'); 122 122 add_action('admin_menu', 'wpmt_add_welcome_popup_menu'); 123 123 -
wp-multitasking/trunk/readme.txt
r2964791 r3014283 4 4 Tags: shorcode,mark id,bbcode,welcome popup,exit popup,popup,addquicktag,custom post type,post type,remove base slug 5 5 Requires at least: 2.1.0 6 Tested up to: 6. 3.17 Stable tag: 0.1. 86 Tested up to: 6.4.2 7 Stable tag: 0.1.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 * Enables the classic widgets settings screens in Appearance - Widgets 25 25 * SMTP Settings 26 * Shortcodes: [currentyear], [currentmonth] ... 26 27 27 28 == Installation == … … 81 82 == Changelog == 82 83 84 = 0.1.9 = 85 * Fix bug: Function create_function() is deprecated 86 * Add shortcodes 87 83 88 = 0.1.8 = 84 89 * Audit custom permalinks -
wp-multitasking/trunk/wp-multitasking.php
r2964791 r3014283 4 4 Plugin URI: http://wordpress.org/plugins/wp-multitasking/ 5 5 Description: 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. 86 Version: 0.1.9 7 7 Author: thangnv27 8 8 Author URI: https://ngothang.me/ … … 183 183 require_once WPMT_PLUGIN_DIR . '/includes/floating-popup/global-popup.php'; 184 184 require_once WPMT_PLUGIN_DIR . '/includes/smtp.php'; 185 require_once WPMT_PLUGIN_DIR . '/includes/shortcodes.php';
Note: See TracChangeset
for help on using the changeset viewer.