Plugin Directory

Changeset 2241015


Ignore:
Timestamp:
02/08/2020 04:46:50 PM (6 years ago)
Author:
pluginsify
Message:

update shortcode name

Location:
pluginsify-social-share/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pluginsify-social-share/trunk/includes/class-tpl-share-settings.php

    r2241008 r2241015  
    145145                'title' => 'View Position',
    146146                'type' => 'checkbox',
    147                 'description' => 'Select positions of the page where icons show. Use shortcode <strong class="code">[tplshare]</strong> to place it in custom locaton.',
     147                'description' => 'Select positions of the page where icons show. Use shortcode <strong class="code">[pgfyshare]</strong> to place it in custom locaton.',
    148148                'options' => array(
    149149                    'before_content' => 'Before Content',
  • pluginsify-social-share/trunk/includes/shortcode.php

    r2241008 r2241015  
    22/**
    33 * Shortcode for social icons
    4  * user [tplshare]
     4 * user [pgfyshare]
    55 */
    66
    77defined( 'ABSPATH' ) || exit; // Exit if direct file access
    88
    9 add_shortcode( 'tplshare',  function() {
     9add_shortcode( 'pgfyshare',  function() {
    1010    return $this->get_template();
    1111});
  • pluginsify-social-share/trunk/readme.txt

    r2241014 r2241015  
    2222After successfull installation and activation, the plugin will add a settings page called **Pluginsify Social Share** in dashborad.
    2323Select and customize require settings.
    24 To show share bar in custom locaiton inside page use shortcode `[tplshare] `
     24To show share bar in custom locaiton inside page use shortcode `[pgfyshare] `
    2525
    2626![alt text](http://pluginsify.com/wp-content/uploads/2020/01/feature-image-2.png "Pluginsify Social Share")
Note: See TracChangeset for help on using the changeset viewer.