jetpack_update_core_change, $value

jetpack_update_core_change, $value

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_update_core_change, $value') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php line 330
    			 * @since-jetpack 5.1.0
    			 *
    			 * @param array $value Contains info that tells us what needs updating.
    			 */
    			do_action( 'jetpack_update_core_change', $value );
    			return;
    		}
    		if ( empty( $this->updates ) ) {
    			// Lets add the shutdown method once and only when the updates move from empty to filled with something.
    			add_action( 'shutdown', array( $this, 'sync_last_event' ), 9 );
    		}