Archive | Functions RSS feed for this section

wp_schedule_event

Schedule a periodic event.Schedules a hook which will be executed by the WordPress actions core on a specific interval, specified by you. The action will trigger when someone visits your WordPress site, if the scheduled time has passed.

4087

Continue reading

wp_scheduled_delete

Permanently deletes posts, pages, attachments, and comments which have been in the trash for EMPTY_TRASH_DAYS.

4085

Continue reading

wp_save_post_revision

Saves an already existing post as a post revision.Typically used immediately prior to post updates.

4083

Continue reading