Plugin Directory

Changeset 2201133


Ignore:
Timestamp:
11/26/2019 08:39:31 AM (6 years ago)
Author:
safeerz
Message:

update

Location:
reusable-content-blocks/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • reusable-content-blocks/trunk/readme.txt

    r2104737 r2201133  
    44Tags: 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
    55Requires at least: 4.9.7
    6 Tested up to: 5.2
    7 Stable tag: 1.0.3
     6Tested up to: 5.3
     7Stable tag: 1.0.4
    88Requires PHP: 5.6
    99License: GPLv3 or later
     
    7575= 1.0.3 =
    7676* Comaptiblity with WP Bakery 6.0.2
     77= 1.0.4 =
     78* Fix for showing contnet blocks in excerps.
    7779
  • reusable-content-blocks/trunk/reusablec-block.php

    r2104729 r2201133  
    44 * Plugin URI: http://thecodepoetry.com/plugins/wordpress-reusable-pagebulider-contnet-blocks/
    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.3
     6 * Version: 1.0.4
    77 * Author: Safeer
    88 * Author URI: http://thecodepoetry.com/
     
    5757//get contnet function
    5858function rcb_get_content_func( $atts ) {
     59
     60    if(!is_single()) return; //dont run if called in shortcode
     61
    5962    $rcbval = shortcode_atts( array(
    6063        'data_source' => '',
Note: See TracChangeset for help on using the changeset viewer.