Changeset 2201263
- Timestamp:
- 11/26/2019 11:51:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
reusable-content-blocks/tags/1.0.4/reusablec-block.php
r2201133 r2201263 58 58 function rcb_get_content_func( $atts ) { 59 59 60 if(!is_single()) return; //dont run if called in shortcode60 //if(!is_single()) return; //dont run if called in shortcode 61 61 62 62 $rcbval = shortcode_atts( array(
Note: See TracChangeset
for help on using the changeset viewer.