wpseo_include_rss_footer, true, $context

wpseo_include_rss_footer, true, $context

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_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();
    	}