jetpack_default_gallery_type, default

jetpack_default_gallery_type, default

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_default_gallery_type, default') is found 1 times:

  • /class-jetpack-gallery-settings.php line 109
    		 * @since 2.5.1
    		 *
    		 * @param string $value A string of the gallery type. Default is ‘default’.
    		 */
    		$default_gallery_type = apply_filters( 'jetpack_default_gallery_type', 'default' );
    
    		?>
    		<script type="text/html" id="tmpl-jetpack-gallery-settings">
    			<label class="setting">
    				<span><?php esc_html_e( 'Type', 'jetpack' ); ?></span>
    				<select class="type" name="type" data-setting="type">