Archive | Actions by letter a RSS feed for this section

check_theme_switched

Checks if a theme has been changed and runs ‘after_switch_theme’ hook on the next WP load

15864

Continue reading

wp_admin_bar_render

Render the admin bar to the page based on the $wp_admin_bar->menu member var.This is called very late on the footer actions so that it will render after anything else being added to the footer.

10591

Continue reading

wp_set_object_terms

Create Term and Taxonomy Relationships.Relates an object (post, link etc) to a term and taxonomy type. Creates the term and taxonomy relationship if it doesn’t already exist. Creates a term if it doesn’t exist (using the slug).

4107

Continue reading