init(); add_filter( 'jet-engine/ajax/listing_load_more/response', function ( $response ) { if ( isset( $response['html'] ) && ! empty( $response['html'] ) ) { $response['html'] = Optml_Main::instance()->manager->replace_content( $response['html'], true ); } return $response; }, 10, ); } /** * Should we early load the compatibility? * * @return bool Whether to load the compatibility or not. */ public function should_load_early() { return true; } }