jetpack_show_editor_panel_branding

jetpack_show_editor_panel_branding

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.6

apply_filters('jetpack_show_editor_panel_branding') is found 1 times:

  • /src/class-jetpack-script-data.php line 42
    		 * @param bool $show Whether to show the Jetpack editor panel branding. Defaults to true.
    		 */
    		$data['jetpack'] = array(
    			'flags' => array(
    				'showJetpackBranding' => (bool) apply_filters( 'jetpack_show_editor_panel_branding', true ),
    			),
    		);
    
    		return $data;
    	}
    }