Changeset 2797795
- Timestamp:
- 10/12/2022 12:43:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dominion-domain-checker-wpbakery-addon/trunk/modules/domain_search/domain_search_6/doamin_search_shortcodes.php
r2601411 r2797795 25 25 'search_pholder' => '', 26 26 'domain' => '.com', 27 'recaptcha' => '',27 'recaptcha' => false, 28 28 'recaptcha_sitekey' => '', 29 29 'recaptcha_serversidekey' => '', … … 38 38 'sample_domain4_pricing' => '', 39 39 'button_label' => esc_html__( 'Search', 'dominion' ), 40 'both' => '',40 'both' => false, 41 41 'search_action_url' => '', 42 42 'purchase_btn_name' => '', … … 69 69 'bg_color' => '', 70 70 'bg_hover_color' => '', 71 'show_divider' => '',72 'crossed_top' => '',73 'crossed_bottom' => '',71 'show_divider' => false, 72 'crossed_top' => false, 73 'crossed_bottom' => false, 74 74 'animate'=>'no', 75 75 'animation_style'=>'',
Note: See TracChangeset
for help on using the changeset viewer.