jetpack_widget_name, __( Gallery, jetpack

jetpack_widget_name, __( Gallery, jetpack

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_widget_name, __( Gallery, jetpack') is found 1 times:

  • /modules/widgets/gallery.php line 47
     
    		parent::__construct(
    			'gallery',
    			/** This filter is documented in modules/widgets/facebook-likebox.php */
    			apply_filters( 'jetpack_widget_name', __( 'Gallery', 'jetpack' ) ),
    			$widget_ops
    		);
    
    		if ( is_customize_preview() ) {
    			add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_frontend_scripts' ) );