Changeset 3027625
- Timestamp:
- 01/27/2024 11:15:53 AM (2 years ago)
- Location:
- wp-multitasking/trunk
- Files:
-
- 2 added
- 3 edited
-
includes/header-footer-scripts.php (added)
-
includes/permalinks.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
screenshot-7.jpg (added)
-
wp-multitasking.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-multitasking/trunk/includes/permalinks.php
r2964791 r3027625 92 92 </div> 93 93 HTML; 94 }else {94 }else if (is_post_type_viewable($post_type)) { 95 95 echo <<<HTML 96 96 <div> -
wp-multitasking/trunk/readme.txt
r3014307 r3027625 1 === WP MultiTasking - PPOUtilities ===1 === WP MultiTasking - WP Utilities === 2 2 Contributors: thangnv27 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6ADQPKM8RFF4A … … 5 5 Requires at least: 2.1.0 6 6 Tested up to: 6.4.2 7 Stable tag: 0.1.1 07 Stable tag: 0.1.11 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 * Shortcodes: [currentyear], [currentmonth] ... support YoastSEO, RankMath 27 * Insert head, body and footer scripts 27 28 28 29 == Installation == … … 79 80 5. Remove base slug from custom post type 80 81 6. SMTP Settings 82 7. Insert head, body and footer scripts 81 83 82 84 == Changelog == 85 86 = 0.1.11 = 87 * Exclude post type is not viewable 88 * Insert head, body and footer scripts 83 89 84 90 = 0.1.10 = -
wp-multitasking/trunk/wp-multitasking.php
r3014307 r3027625 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.1 06 Version: 0.1.11 7 7 Author: thangnv27 8 8 Author URI: https://ngothang.me/ … … 184 184 require_once WPMT_PLUGIN_DIR . '/includes/smtp.php'; 185 185 require_once WPMT_PLUGIN_DIR . '/includes/shortcodes.php'; 186 require_once WPMT_PLUGIN_DIR . '/includes/header-footer-scripts.php';
Note: See TracChangeset
for help on using the changeset viewer.