jetpack_show_editor_panel_branding, true
jetpack_show_editor_panel_branding, true
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_show_editor_panel_branding, true') 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; } }