Changeset 2241015
- Timestamp:
- 02/08/2020 04:46:50 PM (6 years ago)
- Location:
- pluginsify-social-share/trunk
- Files:
-
- 3 edited
-
includes/class-tpl-share-settings.php (modified) (1 diff)
-
includes/shortcode.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pluginsify-social-share/trunk/includes/class-tpl-share-settings.php
r2241008 r2241015 145 145 'title' => 'View Position', 146 146 '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.', 148 148 'options' => array( 149 149 'before_content' => 'Before Content', -
pluginsify-social-share/trunk/includes/shortcode.php
r2241008 r2241015 2 2 /** 3 3 * Shortcode for social icons 4 * user [ tplshare]4 * user [pgfyshare] 5 5 */ 6 6 7 7 defined( 'ABSPATH' ) || exit; // Exit if direct file access 8 8 9 add_shortcode( ' tplshare', function() {9 add_shortcode( 'pgfyshare', function() { 10 10 return $this->get_template(); 11 11 }); -
pluginsify-social-share/trunk/readme.txt
r2241014 r2241015 22 22 After successfull installation and activation, the plugin will add a settings page called **Pluginsify Social Share** in dashborad. 23 23 Select and customize require settings. 24 To show share bar in custom locaiton inside page use shortcode `[ tplshare] `24 To show share bar in custom locaiton inside page use shortcode `[pgfyshare] ` 25 25 26 26 
Note: See TracChangeset
for help on using the changeset viewer.