wpseo_force_skip_image_content_parsing, $should_not_parse_content
wpseo_force_skip_image_content_parsing, $should_not_parse_content
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_force_skip_image_content_parsing, $should_not_parse_content') is found 1 times:
- /src/images/Application/image-content-extractor.php line 38
* The default value is false. * * @since 21.1 */ $should_not_parse_content = \apply_filters( 'wpseo_force_skip_image_content_parsing', $should_not_parse_content ); if ( ! $should_not_parse_content && \class_exists( WP_HTML_Tag_Processor::class ) ) { return $this->gather_images_wp( $content ); } if ( ! $should_not_parse_content && \class_exists( DOMDocument::class ) ) {