the_privacy_policy_link ( $before = '', $after = '' )
在适用情况下,显示带有格式化的隐私政策链接。
function the_privacy_policy_link( $before = '', $after = '' ) { echo get_the_privacy_policy_link( $before, $after ); }