Archive | Functions RSS feed for this section

get_term

Get all Term data from database by Term ID.The usage of the get_term function is to apply filters to a term object. It is possible to get a term object from the database before applying the filters.

1747

Continue reading

get_temp_dir

Determines a writable directory for temporary files.Function’s preference is to WP_CONTENT_DIR followed by the return value of

1745

Continue reading

get_template_part

Load a template part into a templateMakes it easy for a theme to reuse sections of code in a easy to overload way for child themes.

1743

Continue reading