Skip to content

manual_check_link

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

Auto-generated Example

add_filter(
   'manual_check_link',
    function( string $check_for_updates ) {
        // Your code here.
        return $check_for_updates;
    }
);

Parameters

  • string $check_for_updates

Files

apply_filters(
					$this->updateChecker->getUniqueName('manual_check_link'),
					__('Check for updates', 'plugin-update-checker')
				)

← All Hooks

Clone this wiki locally