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

apply_filters('aioseo_sitemap_rss_ttl') is found 1 times:

  • /app/Common/Sitemap/Output.php line 63
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    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 );
     
        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;
    }