jetpack_show_editor_panel_branding
jetpack_show_editor_panel_branding
Appears in: jetpack.15.6
Hook Type: filter
Displaying hooks found in version: jetpack.15.6apply_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; } }