aioseo_sitemap_rss_ttl

aioseo_sitemap_rss_ttl

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('aioseo_sitemap_rss_ttl') is found 1 times:

  • /app/Common/Sitemap/Output.php line 69
    				$description = get_blog_option( get_current_blog_id(), 'blogdescription' );
    				$link        = get_blog_option( get_current_blog_id(), 'siteurl' );
    			}
    
    			$ttl = apply_filters( 'aioseo_sitemap_rss_ttl', 60 );
    
    			if ( $showCredits ) {
    				echo "\r\n\r\n<?xml-stylesheet type=\"text/xsl\" href=\"" . esc_url( $xslUrl ) . "\"?>\r\n";
    			}
    
    			include_once AIOSEO_DIR . '/app/Common/Views/sitemap/xml/rss.php';