File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
classes/Visualizer/Render/Page Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ private function permissionsSidebar() {
504
504
esc_html__ ( 'Who can see this chart? ' , 'visualizer ' ) . '<span
505
505
class="dashicons dashicons-lock"></span> ' ,
506
506
'' ,
507
- apply_filters ( 'visualizer_pro_upsell_class ' , 'only-pro-feature ' , 'chart-permissions ' )
507
+ ' viz-chart-perm-view ' . apply_filters ( 'visualizer_pro_upsell_class ' , 'only-pro-feature ' , 'chart-permissions ' )
508
508
);
509
509
Visualizer_Render_Sidebar::_renderSectionStart ();
510
510
Visualizer_Render_Sidebar::_renderSectionDescription ( esc_html__ ( 'Select who can view the chart on the front-end. ' , 'visualizer ' ) );
@@ -548,7 +548,7 @@ class="dashicons dashicons-lock"></span>',
548
548
esc_html__ ( 'Who can edit this chart? ' , 'visualizer ' ) . '<span
549
549
class="dashicons dashicons-lock"></span> ' ,
550
550
'' ,
551
- apply_filters ( 'visualizer_pro_upsell_class ' , 'only-pro-feature ' , 'chart-permissions ' )
551
+ ' viz-chart-perm-edit ' . apply_filters ( 'visualizer_pro_upsell_class ' , 'only-pro-feature ' , 'chart-permissions ' )
552
552
);
553
553
Visualizer_Render_Sidebar::_renderSectionStart ();
554
554
Visualizer_Render_Sidebar::_renderSectionDescription ( esc_html__ ( 'Select who can edit the chart on the front-end. ' , 'visualizer ' ) );
You can’t perform that action at this time.
0 commit comments