[wp-trac] [WordPress Trac] #44223: Add privacy_url to get_bloginfo()
WordPress Trac
noreply at wordpress.org
Fri May 25 12:50:20 UTC 2018
#44223: Add privacy_url to get_bloginfo()
-------------------------+-----------------------------
Reporter: fixw | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Privacy | Version:
Severity: normal | Keywords:
Focuses: |
-------------------------+-----------------------------
{{{
//* function get_bloginfo()
// * - 'privacy_url' - The Sites Privacy Url (set in Settings > Privacy)
case 'privacy_url':
$output = get_privacy_policy_url();
break;
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44223>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list