There was an error while loading. Please reload this page.
add_filter( 'manual_check_link', function( string $check_for_updates ) { // Your code here. return $check_for_updates; } );
string
$check_for_updates
apply_filters( $this->updateChecker->getUniqueName('manual_check_link'), __('Check for updates', 'plugin-update-checker') )
← All Hooks