Changeset 2460437
- Timestamp:
- 01/21/2021 02:17:28 PM (5 years ago)
- Location:
- reusable-content-blocks/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
reusablec-block.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reusable-content-blocks/trunk/readme.txt
r2460418 r2460437 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. 67 Stable tag: 1.0. 56 Tested up to: 5.3 7 Stable tag: 1.0.4 8 8 Requires PHP: 5.6 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl.html 11 11 12 Reusable Content Blocks plugin allows you to insert contents (pages, posts, custom post types) created with WPBakery Page Builder into other contents, Widget areas and Templates using Shortcode, Widget or PHP without missing custom/inline styles generated by page builders.12 Reusable Content Blocks plugin allows you to insert contents (pages, posts, custom post types) created with your favorite page builders like WPBakery’s Page Builder, Elementor, Beaver Builder, SiteOrigin Page Builder, and Classic editor into other contents, Widget areas and Templates using Shortcode, Widget or PHP without missing custom/inline styles generated by page builders. 13 13 14 14 == Description == 15 Reusable Content Blocks plugin allows you to insert contents (pages, posts, custom post types) created with WPBakery Page Builder into other contents, Widget areas and Templates using Shortcode, Widget or PHP without missing custom/inline styles generated by page builders.15 Reusable Content Blocks plugin allows you to insert contents (pages, posts, custom post types) created with your favorite page builders like WPBakery’s Page Builder, Elementor, Beaver Builder, SiteOrigin Page Builder, and Classic editor into other contents, Widget areas and Templates using Shortcode, Widget or PHP without missing custom/inline styles generated by page builders. 16 16 17 17 18 18 = Features = 19 * Works with WPBakery's Page Builder 19 * Works with WPBakery's Page Builder, Elementor, Beaver Builder and SiteOrigin Page Builder. 20 20 * Works with WP Bakery elements from the The7 theme 21 21 * Dedicated Element for WP Bakery page builder. … … 77 77 = 1.0.4 = 78 78 * Fix for showing contnet blocks in excerps. 79 = 1.0.5 =80 * WP 5.6 Comaptiblity.81 79 -
reusable-content-blocks/trunk/reusablec-block.php
r2460418 r2460437 3 3 * Plugin Name: Reusable Content Blocks 4 4 * Plugin URI: http://thecodepoetry.com/plugins/wordpress-reusable-pagebulider-contnet-blocks/ 5 * Description: Reusable Content Blocks plugin allows you to insert content blocks created with WPBakery's Page Builder 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. 55 * 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.4 7 7 * Author: Safeer 8 8 * Author URI: http://thecodepoetry.com/ … … 11 11 * License: GPL3 12 12 * Donate link: https://paypal.me/thecodepoetry 13 * 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, thecodepoetry13 * 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 14 14 * 15 15 * @package reusablec-block … … 58 58 function rcb_get_content_func( $atts ) { 59 59 60 if(!is_single()) return; //dont run if called in shortcode61 62 60 $rcbval = shortcode_atts( array( 63 61 'data_source' => '',
Note: See TracChangeset
for help on using the changeset viewer.