get_privacy_policy_template()
最后更新于:2021-11-26 23:17:02
get_privacy_policy_template()Retrieve path of Privacy Policy page template in current or parent template.
响应
(string) Full path to privacy policy template file.
源文件
文件: gc-includes/template.php
function get_privacy_policy_template() {
$templates = array( 'privacy-policy.php' );
return get_query_template( 'privacypolicy', $templates );
}