Archive | Filters RSS feed for this section

get_theme_mod

Retrieve theme modification value for the current theme.If the modification name does not exist, then the $default will be passed through sprintf() PHP function with the first string the template directory URI and the second string the stylesheet directory URI.

1771

Continue reading

get_term_feed_link

Retrieve the feed link for a term.Returns a link to the feed for all posts in a given term. A specific feed can be requested or left blank to get the default feed.

1757

Continue reading

get_term_by

Get all Term data from database by Term field and data.Warning: $value is not escaped for ‘name’ $field. You must do it yourself, if required.

1753

Continue reading