Archive | Actions by letter w RSS feed for this section

wp_restore_post_revision

Restores a post to the specified revision.Can restore a past revision using all fields of the post revision, or only selected fields.

4063

Continue reading

wp_print_scripts

Prints script tags in document head.Called by admin-header.php and by wp_head hook. Since it is called by wp_head on every page load, the function does not instantiate the WP_Scripts object unless script names are explicitly passed. Does make use of already instantiated $wp_scripts if present. Use provided wp_print_scripts hook to register/enqueue new scripts.

4001

Continue reading