jetpack_full_sync_start, $config, $range

jetpack_full_sync_start, $config, $range

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_full_sync_start, $config, $range') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php line 500
    		 * @since-jetpack 4.2.0
    		 * @since-jetpack 7.3.0 Added $range arg.
    		 * @since 4.4.0 Added $context arg.
    		 */
    		do_action( 'jetpack_full_sync_start', $config, $range );
    
    		$this->update_status(
    			array(
    				'start_action_processed' => true,
    				'progress'               => $this->get_initial_progress( $config, $range ),
    			)