Constructor.
Source
public function __construct() {
$this->privacy_policy_url = get_privacy_policy_url();
}
Changelog
Version | Description |
---|---|
6.8.0 | Introduced. |
CARVIEW |
Constructor.
public function __construct() {
$this->privacy_policy_url = get_privacy_policy_url();
}
Uses | Description |
---|---|
get_privacy_policy_url()wp-includes/link-template.php | Retrieves the URL to the privacy policy page. |
Used by | Description |
---|---|
walk_nav_menu_tree()wp-includes/nav-menu-template.php | Retrieves the HTML list content for nav menu items. |
Version | Description |
---|---|
6.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.