Plugin Directory

Changeset 2231145


Ignore:
Timestamp:
01/21/2020 06:39:34 PM (6 years ago)
Author:
wpza
Message:

Committing

Location:
exclusive-content-shortcode
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • exclusive-content-shortcode/tags/1.0/includes/wpza_ec__settings_page.php

    r1914580 r2231145  
    22/*
    33Plugin Name: Exclusive Content Shortcode
    4 Plugin URI: https://wpza.net/wordpress-setup/how-to-remove-all-updates-core-plugins-themes-in-wordpress/
     4Plugin URI: https://wpza.net/how-to-remove-all-updates-core-plugins-themes-in-wordpress/
    55Description: WPZA Exclusive Content Shortcode provides your website with a shortcode to hide content unless the user is logged in.
    66Version: 1.0.0
    77Author: WPZA
    8 Author URI: https://www.wpza.net
     8Author URI: https://www.wpza.net/
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • exclusive-content-shortcode/tags/1.0/includes/wpza_ec__shortcode.php

    r1914580 r2231145  
    22/*
    33Plugin Name: Exclusive Content Shortcode
    4 Plugin URI: https://wpza.net/wordpress-setup/how-to-remove-all-updates-core-plugins-themes-in-wordpress/
     4Plugin URI: https://wpza.net/how-to-remove-all-updates-core-plugins-themes-in-wordpress/
    55Description: WPZA Exclusive Content Shortcode provides your website with a shortcode to hide content unless the user is logged in.
    66Version: 1.0.0
    77Author: WPZA
    8 Author URI: https://www.wpza.net
     8Author URI: https://www.wpza.net/
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • exclusive-content-shortcode/tags/1.0/readme.txt

    r1914580 r2231145  
    22Contributors: WPZA
    33Tags: exclusive content, hide content, logged in content, logged in only
    4 Donate link: https://wpza.net/contact/
     4Donate link: https://wpza.net/
    55Requires at least: 3.0.0
    6 Tested up to: 4.9.7
     6Tested up to: 5.3.2
    77Requires PHP: 5.0.0
    88License: GPLv2 or later
     
    1212
    1313== Description ==
    14 This plugin from WPZA allows you to use a shortcode to hide content on your website's posts and pages. You can call the shortcode by using the following method: [exclusive-content]your content here[/exclusive-content].
     14This plugin from WPZA allows you to use a shortcode to hide content on your website's posts and pages. You can call the shortcode by using the following method: `[exclusive-content]your content here[/exclusive-content]`.
    1515
    1616== Installation ==
    17 After installing this plugin, you can call the shortcode in your post or page as such: [exclusive-content]your content here[/exclusive-content].
     17After installing this plugin, you can call the shortcode in your post or page as such: `[exclusive-content]your content here[/exclusive-content]`.
  • exclusive-content-shortcode/tags/1.0/wpza_ec.php

    r1914580 r2231145  
    22/*
    33Plugin Name: Exclusive Content Shortcode
    4 Plugin URI: https://wpza.net/wordpress-setup/how-to-remove-all-updates-core-plugins-themes-in-wordpress/
     4Plugin URI: https://wpza.net/how-to-remove-all-updates-core-plugins-themes-in-wordpress/
    55Description: WPZA Exclusive Content Shortcode provides your website with a shortcode to hide content unless the user is logged in.
    66Version: 1.0.0
    77Author: WPZA
    8 Author URI: https://www.wpza.net
     8Author URI: https://www.wpza.net/
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • exclusive-content-shortcode/trunk/includes/wpza_ec__settings_page.php

    r1914580 r2231145  
    22/*
    33Plugin Name: Exclusive Content Shortcode
    4 Plugin URI: https://wpza.net/wordpress-setup/how-to-remove-all-updates-core-plugins-themes-in-wordpress/
     4Plugin URI: https://wpza.net/how-to-remove-all-updates-core-plugins-themes-in-wordpress/
    55Description: WPZA Exclusive Content Shortcode provides your website with a shortcode to hide content unless the user is logged in.
    66Version: 1.0.0
    77Author: WPZA
    8 Author URI: https://www.wpza.net
     8Author URI: https://www.wpza.net/
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • exclusive-content-shortcode/trunk/includes/wpza_ec__shortcode.php

    r1914580 r2231145  
    22/*
    33Plugin Name: Exclusive Content Shortcode
    4 Plugin URI: https://wpza.net/wordpress-setup/how-to-remove-all-updates-core-plugins-themes-in-wordpress/
     4Plugin URI: https://wpza.net/how-to-remove-all-updates-core-plugins-themes-in-wordpress/
    55Description: WPZA Exclusive Content Shortcode provides your website with a shortcode to hide content unless the user is logged in.
    66Version: 1.0.0
    77Author: WPZA
    8 Author URI: https://www.wpza.net
     8Author URI: https://www.wpza.net/
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • exclusive-content-shortcode/trunk/readme.txt

    r1914580 r2231145  
    22Contributors: WPZA
    33Tags: exclusive content, hide content, logged in content, logged in only
    4 Donate link: https://wpza.net/contact/
     4Donate link: https://wpza.net/
    55Requires at least: 3.0.0
    6 Tested up to: 4.9.7
     6Tested up to: 5.3.2
    77Requires PHP: 5.0.0
    88License: GPLv2 or later
     
    1212
    1313== Description ==
    14 This plugin from WPZA allows you to use a shortcode to hide content on your website's posts and pages. You can call the shortcode by using the following method: [exclusive-content]your content here[/exclusive-content].
     14This plugin from WPZA allows you to use a shortcode to hide content on your website's posts and pages. You can call the shortcode by using the following method: `[exclusive-content]your content here[/exclusive-content]`.
    1515
    1616== Installation ==
    17 After installing this plugin, you can call the shortcode in your post or page as such: [exclusive-content]your content here[/exclusive-content].
     17After installing this plugin, you can call the shortcode in your post or page as such: `[exclusive-content]your content here[/exclusive-content]`.
  • exclusive-content-shortcode/trunk/wpza_ec.php

    r1914580 r2231145  
    22/*
    33Plugin Name: Exclusive Content Shortcode
    4 Plugin URI: https://wpza.net/wordpress-setup/how-to-remove-all-updates-core-plugins-themes-in-wordpress/
     4Plugin URI: https://wpza.net/how-to-remove-all-updates-core-plugins-themes-in-wordpress/
    55Description: WPZA Exclusive Content Shortcode provides your website with a shortcode to hide content unless the user is logged in.
    66Version: 1.0.0
    77Author: WPZA
    8 Author URI: https://www.wpza.net
     8Author URI: https://www.wpza.net/
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.