post_content ) ) { $value->post_content = Optml_Main::instance()->manager->replace_content( $value->post_content ); } if ( ! empty( $value->post_excerpt ) ) { $value->post_excerpt = Optml_Main::instance()->manager->replace_content( $value->post_excerpt ); } if ( isset( $value->featured_image ) && ! empty( $value->featured_image ) ) { $value->featured_image = apply_filters( 'optml_content_url', $value->featured_image ); } } return $data; }, 10 ); } /** * Should we early load the compatibility? * * @return bool Whether to load the compatibility or not. */ public function should_load_early() { return true; } }