Uses
Uses | Description |
---|---|
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
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/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |