Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_validate_boolean() | Filter/validate a variable as a boolean. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/taxonomy.php: get_ancestors() | Get an array of ancestor IDs for a given object. |
wp-includes/taxonomy.php: get_term_link() | Generate a permalink for a taxonomy term archive. |
wp-includes/taxonomy.php: get_term() | Get all Term data from database by Term ID. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |