Archive | Functions RSS feed for this section

get_themes

Retrieve list of themes with theme data in theme directory.The theme is broken, if it doesn’t have a parent theme and is missing either style.css and, or index.php. If the theme has a parent theme then it is broken, if it is missing style.css; index.php is optional. The broken theme list is saved in the $wp_broken_themes global, which is displayed on the theme list in the administration panels.

1767

Continue reading

get_term_to_edit

Sanitizes Term for editing.Return value is sanitize_term() and usage is for sanitizing the term for editing. Function is for contextual and simplicity.

1763

Continue reading

get_term_field

Get sanitized Term field.Does checks for $term, based on the $taxonomy. The function is for contextual reasons and for simplicity of usage. See sanitize_term_field() for more information.

1759

Continue reading