Changeset 49963 for trunk/src/wp-includes/cron.php
- Timestamp:
- 01/15/2021 08:06:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r49929 r49963 866 866 * @param string $hook Action hook to identify the event. 867 867 * @param array $args Optional. Arguments passed to the event's callback function. 868 * @return string|false False, if no schedule. Schedule name on success.868 * @return string|false Schedule name on success, false if no schedule. 869 869 */ 870 870 function wp_get_schedule( $hook, $args = array() ) { … … 948 948 * @access private 949 949 * 950 * @return array|false C RON info array.950 * @return array|false Cron info array on success, false on failure. 951 951 */ 952 952 function _get_cron_array() {
Note: See TracChangeset
for help on using the changeset viewer.