jetpack_external_storage_init

jetpack_external_storage_init

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.15.8

do_action('jetpack_external_storage_init') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/class-external-storage.php line 131
    			 * hook-registration time.
    			 *
    			 * @since 8.3.0
    			 */
    			do_action( 'jetpack_external_storage_init' );
    		}
    
    		$provider = self::$provider;
    
    		// Check if we have a registered provider
    		if ( null === $provider ) {