Fire the wp_head action
3763
Continue readingWrapper for do_action(‘wp_enqueue_scripts’)Allows plugins to queue scripts for the front end using wp_enqueue_script(). Runs first in wp_head() where all is_home(), is_page(), etc. functions are available.
3635
Continue readingDeletes a revision.Deletes the row from the posts table corresponding to the specified revision.
3597
Continue reading
wp_insert_comment
Inserts a comment to the database.The available comment data key names are ‘comment_author_IP’, ‘comment_date’, ‘comment_date_gmt’, ‘comment_parent’, ‘comment_approved’, and ‘user_id’.
3789
Continue reading →