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.5.9.2

apply_filters('aioseo_sitemap_rss_ttl') is found 1 times:

  • /app/Common/Sitemap/Output.php line 62
    				$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 );
    
    			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';
    
    			return;
    		}