Uses
Uses | Description |
---|---|
wp-includes/cron.php: wp_next_scheduled() | Retrieve the next timestamp for an event. |
wp-includes/cron.php: wp_schedule_single_event() | Schedules an event to run only once. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: xmlrpc_publish_post | Fires when _publish_post_hook() is called during an XML-RPC request. |
wp-includes/post.php: get_to_ping() | Retrieve URLs that need to be pinged. |
wp-includes/post.php: add_post_meta() | Adds a meta field to the given post. |