Uses
Uses | Description |
---|---|
wp-includes/taxonomy.php: pre_term_link | Filters the permalink structure for a terms before token replacement occurs. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/taxonomy.php: get_ancestors() | Get an array of ancestor IDs for a given object. |
wp-includes/taxonomy.php: tag_link | Filters the tag link. |
wp-includes/taxonomy.php: category_link | Filters the category link. |
wp-includes/taxonomy.php: term_link | Filters the term link. |
wp-includes/taxonomy.php: get_term_by() | Get all Term data from database by Term field and data. |
wp-includes/taxonomy.php: get_term() | Get all Term data from database by Term ID. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/link-template.php: user_trailingslashit() | Retrieves a trailing-slashed string if the site is set for adding trailing slashes. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/class-wp-rewrite.php: WP_Rewrite::get_extra_permastruct() | Retrieves an extra permalink structure by name. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |