jetpack_{$transient}_change, $value

jetpack_{$transient}_change, $value

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_{$transient}_change, $value') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php line 363
    			 * @since-jetpack 5.1.0
    			 *
    			 * @param array $value Contains info that tells us what needs updating.
    			 */
    			do_action( "jetpack_{$transient}_change", $value );
    		}
    	}
    
    	/**
    	 * Enqueue the updates actions for full sync.
    	 *