Skip to content

first_check_time

github-actions[bot] edited this page Jun 25, 2026 · 1 revision

Auto-generated Example

add_filter(
   'first_check_time',
    function( $firstCheckTime ) {
        // Your code here.
        return $firstCheckTime;
    }
);

Parameters

  • $firstCheckTime

Files

apply_filters(
						$this->updateChecker->getUniqueName('first_check_time'),
						$firstCheckTime
					)

← All Hooks

Clone this wiki locally