Skip to content

Commit

Permalink
Merge pull request #122 from retainful/master-release-hide-display-pages
Browse files Browse the repository at this point in the history
- hide display pages settings in add-to-cart popup
  • Loading branch information
rameshelamathi authored Dec 26, 2023
2 parents 6f8a464 + 53b42bb commit c39b52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/premium/addons/RetainfulAddToCartAddon.php
Original file line number Diff line number Diff line change
Expand Up @@ -632,12 +632,12 @@ function premiumAddonTabContent($settings, $base_url, $add_on_slug)
</td>
</tr>
<tr>
<th scope="row">
<th scope="row" style="display: none;">
<label for="<?php echo RNOC_PLUGIN_PREFIX . 'modal_display_pages'; ?>"><?php
esc_html_e('Custom pages to display the pop-up modal on (Optional)', RNOC_TEXT_DOMAIN);
?></label>
</th>
<td>
<td style="display: none;">
<select multiple="multiple"
name="<?php echo RNOC_PLUGIN_PREFIX . 'modal_display_pages[]'; ?>"
class="rnoc-multi-select"
Expand Down

0 comments on commit c39b52e

Please sign in to comment.