We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fdadd commit 058d649Copy full SHA for 058d649
classes/Visualizer/Render/Page/Data.php
@@ -238,7 +238,7 @@ class="visualizer-select">
238
</li>
239
</ul>
240
241
- <li class="viz-group <?php echo apply_filters( 'visualizer_pro_upsell_class', 'only-pro-feature' ); ?>">
+ <li class="viz-group viz-import-from-other <?php echo apply_filters( 'visualizer_pro_upsell_class', 'only-pro-feature' ); ?>">
242
<h2 class="viz-group-title viz-sub-group"
243
data-current="chart"><?php _e( 'Import from other chart', 'visualizer' ); ?><span
244
class="dashicons dashicons-lock"></span></h2>
0 commit comments