wpseo_include_rss_footer, true, $context
wpseo_include_rss_footer, true, $context
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_include_rss_footer, true, $context') is found 1 times:
- /src/integrations/front-end/rss-footer-embed.php line 101
* * @param bool $show_embed Indicates if the RSS footer should be shown or not. * @param string $context The context of the RSS content - 'full' or 'excerpt'. */ if ( ! \apply_filters( 'wpseo_include_rss_footer', true, $context ) ) { return false; } return $this->is_configured(); }