@@ -308,7 +308,7 @@ private function getPermissionsLink( $id ) {
308
308
private function permissionsSidebar () {
309
309
Visualizer_Render_Sidebar::_renderGroupStart (
310
310
esc_html__ ( 'Who can see this chart? ' , 'visualizer ' ) . '<span
311
- class="dashicons dashicons-lock"></span> ' , '' , apply_filters ( 'visualizer_pro_upsell_class ' , 'only-pro-feature ' )
311
+ class="dashicons dashicons-lock"></span> ' , '' , apply_filters ( 'visualizer_pro_upsell_class ' , 'only-pro-feature ' , ' chart-permissions ' )
312
312
);
313
313
Visualizer_Render_Sidebar::_renderSectionStart ();
314
314
Visualizer_Render_Sidebar::_renderSectionDescription ( esc_html__ ( 'Select who can view the chart on the front-end. ' , 'visualizer ' ) );
@@ -350,7 +350,7 @@ class="dashicons dashicons-lock"></span>', '', apply_filters( 'visualizer_pro_up
350
350
351
351
Visualizer_Render_Sidebar::_renderGroupStart (
352
352
esc_html__ ( 'Who can edit this chart? ' , 'visualizer ' ) . '<span
353
- class="dashicons dashicons-lock"></span> ' , '' , apply_filters ( 'visualizer_pro_upsell_class ' , 'only-pro-feature ' )
353
+ class="dashicons dashicons-lock"></span> ' , '' , apply_filters ( 'visualizer_pro_upsell_class ' , 'only-pro-feature ' , ' chart-permissions ' )
354
354
);
355
355
Visualizer_Render_Sidebar::_renderSectionStart ();
356
356
Visualizer_Render_Sidebar::_renderSectionDescription ( esc_html__ ( 'Select who can edit the chart on the front-end. ' , 'visualizer ' ) );
0 commit comments