Plugin Directory

Changeset 2490754


Ignore:
Timestamp:
03/09/2021 03:05:23 PM (5 years ago)
Author:
frankschrijvers
Message:

fix Call to undefined function genesis_get_option() error

Location:
wpstudio-testimonial-slider/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpstudio-testimonial-slider/trunk/genesis-testimonials.php

    r2109580 r2490754  
    44 * Plugin URI: http://wpstud.io/plugins
    55 * Description: The Genesis Testimonials Slider is a simple-to-use plugin for adding Testimonials to your Genesis Theme, using a shortcode or a widget.
    6  * Version: 1.5
     6 * Version: 1.6
    77 * Author: Frank Schrijvers, WPStudio
    88 * Author URI: http://www.wpstud.io
     
    9191    $gts_loop     = 'true';
    9292
     93    if ( ! function_exists( 'genesis_get_option' ) ) {
     94        return;
     95    }
     96
    9397    if ( genesis_get_option( 'gts_speed', 'gts-settings' ) ) {
    9498        $gts_speed = genesis_get_option( 'gts_speed', 'gts-settings' );
  • wpstudio-testimonial-slider/trunk/readme.md

    r2411216 r2490754  
    44* Tags: testimonials, testimonial, testimonials plugin, widget, genesis, slider, Genesis Framework, genesiswp
    55* Requires at least: 3.6
    6 * Tested up to: 5.2.3
    7 * Stable tag: 1.5
     6* Tested up to: 5.6.2
     7* Stable tag: 1.6
    88* License: GPLv2 or later
    99* License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wpstudio-testimonial-slider/trunk/readme.txt

    r2411216 r2490754  
    33Tags: testimonials, testimonial, testimonials plugin, widget, genesis, slider, Genesis Framework, genesiswp
    44Requires at least: 3.6
    5 Tested up to: 5.5.3
    6 Stable tag: 1.5
     5Tested up to: 5.6.2
     6Stable tag: 1.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.