| @@ -1506,8 +1506,22 @@ | ||
| 1506 | 1506 | ], |
| 1507 | 1507 | ], |
| 1508 | 1508 | ] |
| 1509 | 1509 | ), |
| 1510 | + 'popup_builder' => apply_filters( | |
| 1511 | + 'rtsb/module/popup_builder/options', | |
| 1512 | + [ | |
| 1513 | + 'id' => 'popup_builder', | |
| 1514 | + 'active' => '', | |
| 1515 | + 'title' => esc_html__( 'Popup Builder', 'shopbuilder' ), | |
| 1516 | + 'active_field' => [ | |
| 1517 | + 'label' => esc_html__( 'Popup Builder?', 'shopbuilder' ), | |
| 1518 | + 'help' => esc_html__( 'Switch on to enable Popup Builder.', 'shopbuilder' ), | |
| 1519 | + ], | |
| 1520 | + 'package' => $this->pro_package(), | |
| 1521 | + 'fields' => Fns::pro_version_notice( '2.1.5', 'general', 'ShopBuilder Pro', false ), | |
| 1522 | + ] | |
| 1523 | + ), | |
| 1510 | 1524 | ]; |
| 1511 | 1525 | return apply_filters( 'rtsb/core/modules/raw_list', $list ); |
| 1512 | 1526 | } |
| 1513 | 1527 | /** |