golden hour
/home/phakp/public_html/wp/wp-content/plugins/cryout-serious-slider/inc
⬆️ Go Up
Upload
File/Folder
Size
Actions
about.php
9.07 KB
Del
OK
helpers.php
3.47 KB
Del
OK
meta.php
1.89 KB
Del
OK
right-column.php
1.11 KB
Del
OK
shortcodes.php
13.85 KB
Del
OK
taxmeta.php
7.61 KB
Del
OK
widgets.php
1.93 KB
Del
OK
Edit: right-column.php
<?php // Exit if accessed directly if ( !defined( 'ABSPATH' ) ) exit; ?> <div id="floater-right"> <div class="col-wrap"> <div class="form-wrap"> <h3 class="hndle"><?php //_e('Usage', 'cryout-serious-slider') ?></h3> <div class="inside"> <a id="cryout-manage-slides" class="button" href="edit.php?post_type=<?php echo $this->posttype . '&'. $this->taxonomy . '=' . $term_slug ?>"> <?php _e('« Manage Slides »', 'cryout-serious-slider') ?></a> <h3><?php _e('Shortcode', 'cryout-serious-slider') ?></h3> <p><?php _e('Use the shortcode to include the slider in posts, pages or widgets', 'cryout-serious-slider') ?></p> <input type="text" readonly="readonly" value="[serious-slider id=<?php echo $term_ID ?>]"><br> <br><hr> <h3><?php _e('Template', 'cryout-serious-slider') ?></h3> <p><?php _e('Use the PHP code to include the slider directly in files', 'cryout-serious-slider') ?></p> <textarea readonly="readonly" rows="3"><?php printf( "<?php\n echo do_shortcode( '[serious-slider id=%s]' );\n ?>", $term_ID ) ?></textarea> </div> </div> </div> </div>
Save