Uses
Uses | Description |
---|---|
wp-includes/link-template.php: the_privacy_policy_link | Filters the privacy policy link. |
wp-includes/link-template.php: get_privacy_policy_url() | Retrieves the URL to the privacy policy page. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post-template.php: get_the_title() | Retrieve post title. |