Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_sprintf() | WordPress implementation of PHP sprintf() with filters. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/taxonomy.php: get_object_term_cache() | Retrieves the cached term objects for the given object ID. |
wp-includes/taxonomy.php: get_term_link() | Generate a permalink for a taxonomy term archive. |
wp-includes/taxonomy.php: wp_get_object_terms() | Retrieves the terms associated with the given object(s), in the supplied taxonomies. |
wp-includes/taxonomy.php: get_object_taxonomies() | Return the names or objects of the taxonomies which are registered for the requested object or object type, such as a post object or post type name. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |