Changeset 2878045
- Timestamp:
- 03/10/2023 05:46:44 PM (3 years ago)
- Location:
- sendthisfile-button/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
options.php (modified) (1 diff)
-
sendthisfile-button.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sendthisfile-button/trunk/README.txt
r2878030 r2878045 42 42 4. Enter your button id into the "Default Buttonid" field and save it. 43 43 44 You are now ready to use your [ SendThisFile] shortcode.44 You are now ready to use your [sendthisfile] shortcode. 45 45 46 46 -
sendthisfile-button/trunk/options.php
r2878030 r2878045 9 9 <div> 10 10 <span class="shortcode-definition" style="padding: 10px; border: 2px dashed #c5c9d4; color: #c5c9d4; display: inline-block; font-size: 12px; font-weight: bold"> 11 [ SendThisFile buttonid="buttonid" button_label="button_label"]11 [sendthisfile buttonid="buttonid" button_label="button_label"] 12 12 </span> 13 13 </div> -
sendthisfile-button/trunk/sendthisfile-button.php
r2878030 r2878045 5 5 Author: SendThisFile 6 6 Author URI: https://sendthisfile.com 7 Description: Enables [ SendThisFile] shortcode that displays a file sharing button and dialog to your website.8 Version: 1.0. 17 Description: Enables [sendthisfile] shortcode that displays a file sharing button and dialog to your website. 8 Version: 1.0.2 9 9 Requires at least: 4.7 10 10 Text Domain: sendthisfile-button … … 45 45 46 46 // Shortcode 47 add_shortcode( ' SendThisFile', array( $this, 'output_shortcode' ) );47 add_shortcode( 'sendthisfile', array( $this, 'output_shortcode' ) ); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.