do_feed_rdf()

最后更新于:2021-11-26 03:54:19

do_feed_rdf()

Load the RDF RSS 0.91 Feed template.

源文件

文件: gc-includes/functions.php

function do_feed_rdf() {
	load_template( ABSPATH . GCINC . '/feed-rdf.php' );
}