Changeset 2201133
- Timestamp:
- 11/26/2019 08:39:31 AM (6 years ago)
- Location:
- reusable-content-blocks/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
reusablec-block.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reusable-content-blocks/trunk/readme.txt
r2104737 r2201133 4 4 Tags: reusable content blocks, reusable content, reusable content widget, WPBakery page builder, insert page, insert content, page builders, pagebuilder, visual page builder, WPBakery, Visual Composer, Elementor, Beaver Builder, SiteOrigin, thecodepoetry 5 5 Requires at least: 4.9.7 6 Tested up to: 5. 27 Stable tag: 1.0. 36 Tested up to: 5.3 7 Stable tag: 1.0.4 8 8 Requires PHP: 5.6 9 9 License: GPLv3 or later … … 75 75 = 1.0.3 = 76 76 * Comaptiblity with WP Bakery 6.0.2 77 = 1.0.4 = 78 * Fix for showing contnet blocks in excerps. 77 79 -
reusable-content-blocks/trunk/reusablec-block.php
r2104729 r2201133 4 4 * Plugin URI: http://thecodepoetry.com/plugins/wordpress-reusable-pagebulider-contnet-blocks/ 5 5 * Description: Reusable Content Blocks plugin allows you to insert content blocks created with your favorite page builders like WPBakery's Page Builder, Elementor, Beaver Builder, SiteOrigin Page Builder, and Classic editor into pages, posts, custom post types, widget areas and templates using shortcode, Widget or PHP without missing custom/inline styles generated by page builders. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: Safeer 8 8 * Author URI: http://thecodepoetry.com/ … … 57 57 //get contnet function 58 58 function rcb_get_content_func( $atts ) { 59 60 if(!is_single()) return; //dont run if called in shortcode 61 59 62 $rcbval = shortcode_atts( array( 60 63 'data_source' => '',
Note: See TracChangeset
for help on using the changeset viewer.