Skip to content

check_now

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

Auto-generated Example

add_filter(
   'check_now',
    function(
        $shouldCheck,
        $get_last_check,
        $checkPeriod
    ) {
        // Your code here.
        return $shouldCheck;
    },
    10,
    3
);

Parameters

  • $shouldCheck
  • $get_last_check
  • $checkPeriod

Files

apply_filters(
				$this->updateChecker->getUniqueName('check_now'),
				$shouldCheck,
				$state->getLastCheck(),
				$this->checkPeriod
			)

← All Hooks

Clone this wiki locally