PluginProbe ʕ •ᴥ•ʔ
Post Grid, Slider & Carousel Ultimate – with Shortcode, Gutenberg Block & Elementor Widget / 1.8.1
Post Grid, Slider & Carousel Ultimate – with Shortcode, Gutenberg Block & Elementor Widget v1.8.1
1.8.1 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.7 1.3.8 1.4.0 1.4.1 1.4.2 1.4.3 1.6.0 1.6.1 1.6.10 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7 1.8
post-grid-carousel-ultimate / includes / settings / get-shortcodes.php
post-grid-carousel-ultimate / includes / settings Last commit date
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>