Plugin Directory

Changeset 2390348


Ignore:
Timestamp:
09/29/2020 02:26:38 PM (6 years ago)
Author:
db0112358
Message:

remove Add Repeater button from editors

Location:
content-repeater/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content-repeater/trunk/content-repeater.php

    r2363332 r2390348  
    33 * Plugin Name: Content Repeater
    44 * Description: Quickly set up custom content like Testimonials, Coupons, Products, Flipboxes, Portals, Portfolios, Before & Afters, etc. and display it in interesting ways: Ajax Reload, Masonry, Isotope, Slick Slider, Single Row.
    5  * Version: 1.1.7
     5 * Version: 1.1.8
    66 * Author: Denis Buka
    77 * Text Domain: content-repeater
  • content-repeater/trunk/includes/functions.php

    r2244652 r2390348  
    118118}
    119119
     120/* commented out to remove the Add Repeater button and thickbox popup in Editors
    120121// add "Insert Repeater" shortcode
    121122add_action( 'media_buttons', function($editor_id){
     
    273274    wp_die();
    274275}   
     276*/
    275277
    276278function rptr_query_args($atts, $args, $type) {
  • content-repeater/trunk/readme.txt

    r2363332 r2390348  
    33Tags: custom post types, custom fields, template, masonry, isotope, slick slider, testimonials, coupons, products, flipboxes, portals, portfolio, before & after, twentytwenty
    44Requires at least: 4.4.0
    5 Tested up to: 5.1.1
     5Tested up to: 5.5.1
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    126126= 1.1.7 =
    127127disable CSS controls on template
     128= 1.1.8 =
     129remove Add Repeater button from editors
Note: See TracChangeset for help on using the changeset viewer.