CherryFramework/cherry-real-estate

Fatal error: Class 'Cherry_RE_Template_Callbacks' not found

Closed this issue · 1 comments

cheh commented

Form Task WP-1855

Technical info

system-info.txt

Problem with plugin Yoast SEO

cheh commented

Maybe add to the setup_template_data method:

if ( ! class_exists( 'Cherry_RE_Template_Callbacks' ) ) {
require_once( CHERRY_REAL_ESTATE_DIR . 'includes/class-cherry-re-template-callbacks.php' );
}