wptg-cpt
The Responsive Minimal wptg cpt shortcode.
Usage
- // basic usage
- echo do_shortcode('[wptg-cpt]');
- // variable usage
- $result = do_shortcode('[wptg-cpt]');
- echo $result;
Defined (1)
The shortcode is defined in the following location(s).
- /functions/shortcodes.php
- $multitask .= '<div class="getPostTypeGallery">'.ob_get_clean();
- $multitask .= '</div><!-- end taxonomy_filter -->';
- $multitask .= '<div class="clear"></div></div><!-- end getPostTypeGallery container -->';
- return $multitask;
- }
- add_shortcode('wptg-cpt', 'getPostTypeGallery');
- add_filter( 'widget_text', 'shortcode_unautop');
- add_filter( 'widget_text', 'do_shortcode');