Skip to content

Commit

Permalink
Add new option for disabling tips
Browse files Browse the repository at this point in the history
Issue #834
  • Loading branch information
fpcorso committed Oct 16, 2020
1 parent 22abb62 commit c2ab00d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions classes/Admin/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,10 @@ public static function fields() {
'type' => 'checkbox',
'label' => __( 'Disable the Popup Maker shortcode button', 'popup-maker' ),
),
'disable_tips' => array(
'type' => 'checkbox',
'label' => __( 'Disable Popup Maker occasionally showing random tips to improve your popups.', 'popup-maker' ),
),
'complete_uninstall' => array(
'type' => 'checkbox',
'label' => __( 'Delete all Popup Maker data on deactivation', 'popup-maker' ),
Expand Down

0 comments on commit c2ab00d

Please sign in to comment.