• Resolved Brad Dalton

    (@wordpresssites)


    Hi Frank. Just found this error: Call to undefined function genesis_get_option() in wp-content/plugins/wpstudio-testimonial-slider/genesis-testimonials.php on line 93

    Might be caused by the plugin being active when Genesis is not.

Viewing 1 replies (of 1 total)
  • Plugin Author Frank Schrijvers

    (@frankschrijvers)

    Hey Brad,

    I’ve added an additional check (see below) on line 93 to avoid this error.

    	if ( ! function_exists( 'genesis_get_option' ) ) {
    		return;
    	}
    

    This should solve the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Call to undefined function genesis_get_option()’ is closed to new replies.