post_gallery, , , 0

post_gallery, , , 0

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('post_gallery, , , 0') is found 1 times:

  • /modules/infinite-scroll.php line 229
     
    		// Fire the post_gallery action early so Carousel scripts are present.
    		if ( Jetpack::is_module_active( 'carousel' ) ) {
    			/** This filter is already documented in core/wp-includes/media.php */
    			do_action( 'post_gallery', '', '', 0 );
    		}
    
    		// Always enqueue Tiled Gallery scripts when both IS and Tiled Galleries are enabled
    		if ( Jetpack::is_module_active( 'tiled-gallery' ) ) {
    			Jetpack_Tiled_Gallery::default_scripts_and_styles();
    		}