Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-privacy-requests-table.php: WP_Privacy_Requests_Table::get_admin_url() | Normalize the admin URL to the current page (by request_type). |
wp-includes/post.php: _wp_privacy_statuses() | Return statuses for privacy requests. |
wp-admin/includes/class-wp-privacy-requests-table.php: WP_Privacy_Requests_Table::get_request_counts() | Count number of requests for each status. |
wp-includes/l10n.php: translate_nooped_plural() | Translates and retrieves the singular or plural form of a string that’s been registered with _n_noop() or _nx_noop(). |
wp-includes/l10n.php: _nx() | Translates and retrieves the singular or plural form based on the supplied number, with gettext context. |
wp-includes/formatting.php: sanitize_text_field() | Sanitizes a string from user input or from the database. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/functions.php: number_format_i18n() | Convert float number to format based on the locale. |
wp-includes/post.php: get_post_status_object() | Retrieve a post status object by name. |