Plugin Directory

Changeset 3027625


Ignore:
Timestamp:
01/27/2024 11:15:53 AM (2 years ago)
Author:
thangnv27
Message:
  • Exclude post type is not viewable
  • Insert head, body and footer scripts
Location:
wp-multitasking/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-multitasking/trunk/includes/permalinks.php

    r2964791 r3027625  
    9292</div>
    9393HTML;
    94                     }else{
     94                    }else if (is_post_type_viewable($post_type)) {
    9595                        echo <<<HTML
    9696<div>
  • wp-multitasking/trunk/readme.txt

    r3014307 r3027625  
    1 === WP MultiTasking - PPO Utilities ===
     1=== WP MultiTasking - WP Utilities ===
    22Contributors: thangnv27
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6ADQPKM8RFF4A
     
    55Requires at least: 2.1.0
    66Tested up to: 6.4.2
    7 Stable tag: 0.1.10
     7Stable tag: 0.1.11
    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] ...
     26* Shortcodes: [currentyear], [currentmonth] ... support YoastSEO, RankMath
     27* Insert head, body and footer scripts
    2728
    2829== Installation ==
     
    79805. Remove base slug from custom post type
    80816. SMTP Settings
     827. Insert head, body and footer scripts
    8183
    8284== Changelog ==
     85
     86= 0.1.11 =
     87* Exclude post type is not viewable
     88* Insert head, body and footer scripts
    8389
    8490= 0.1.10 =
  • wp-multitasking/trunk/wp-multitasking.php

    r3014307 r3027625  
    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.10
     6Version:     0.1.11
    77Author:      thangnv27
    88Author URI:  https://ngothang.me/
     
    184184require_once WPMT_PLUGIN_DIR . '/includes/smtp.php';
    185185require_once WPMT_PLUGIN_DIR . '/includes/shortcodes.php';
     186require_once WPMT_PLUGIN_DIR . '/includes/header-footer-scripts.php';
Note: See TracChangeset for help on using the changeset viewer.