Uses
Uses | Description |
---|---|
wp-includes/link-template.php: privacy_policy_url | Filters the URL of the privacy policy page. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
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.php: get_post_status() | Retrieve the post status based on the post ID. |