aioseo_sitemap_show_credits

aioseo_sitemap_show_credits

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.8.7

apply_filters('aioseo_sitemap_show_credits') is found 1 times:

  • /app/Common/Sitemap/Output.php line 34
    		$charset       = aioseo()->helpers->getCharset();
    		$excludeImages = aioseo()->sitemap->helpers->excludeImages();
    		$generation    = ! isset( aioseo()->sitemap->isStatic ) || aioseo()->sitemap->isStatic ? __( 'statically', 'all-in-one-seo-pack' ) : __( 'dynamically', 'all-in-one-seo-pack' );
    		$version       = aioseo()->helpers->getAioseoVersion();
    		$showCredits   = apply_filters( 'aioseo_sitemap_show_credits', true );
    
    		if ( ! empty( $version ) ) {
    			$version = 'v' . $version;
    		}
    
    		// Clear all output buffers to avoid conflicts.