carousel.php
3 years ago
general.php
2 weeks ago
get-shortcodes.php
3 years ago
grid.php
3 years ago
sortable.php
3 years ago
style.php
3 years ago
get-shortcodes.php
29 lines
| 1 | <div id="tab-1" class="adl-tab-content" style="display: block"> |
| 2 | <div class="cmb2-wrap form-table"> |
| 3 | <div class="lcsp-withoutTab-content"> |
| 4 | <div class="cmb2-wrap form-table"> |
| 5 | <div id="cmb2-metabox"> |
| 6 | <div class="cmb2-metabox-content"> |
| 7 | <div class="cmb2-metabox-card cmb2-metabox-card2"> |
| 8 | <h6><?php esc_html_e('Shortcode',PGCU_TEXTDOMAIN); ?></h6> |
| 9 | <p><?php esc_html_e('Copy the shortcode and paste it on pages or posts.',PGCU_TEXTDOMAIN); ?> |
| 10 | </p> |
| 11 | <div class="cmb2-metabox-card-textarea"> |
| 12 | <textarea onClick="this.select();">[pgcu <?php echo 'id="'.$post->ID.'"';?>]</textarea> |
| 13 | </div> |
| 14 | </div> |
| 15 | <div class="cmb2-metabox-card cmb2-metabox-card3"> |
| 16 | <h6><?php esc_html_e('PHP Code:',PGCU_TEXTDOMAIN); ?></h6> |
| 17 | <p><?php esc_html_e(' Copy the code and paste it on your theme\'s template file',PGCU_TEXTDOMAIN); ?> |
| 18 | </p> |
| 19 | <div class="cmb2-metabox-card-textarea"> |
| 20 | <textarea |
| 21 | onClick="this.select();"><?php echo '<?php echo do_shortcode("[pgcu id='; echo "'".$post->ID."']"; echo '"); ?>'; ?></textarea> |
| 22 | </div> |
| 23 | </div> |
| 24 | </div> |
| 25 | </div> <!-- end cmb2-metabox --> |
| 26 | </div> <!-- end cmb2-wrap --> |
| 27 | </div> <!-- end lcsp-tab-2 --> |
| 28 | </div> |
| 29 | </div> |