Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * **********************************************************************
- * Match Submission
- * **********************************************************************/
- Redux::setSection( $houzez_opt_name, array(
- 'title' => esc_html__( 'Matching Submission', 'houzez' ),
- 'id' => 'email-matchingsubmission',
- 'desc' => '',
- 'icon' => '',
- 'subsection' => true,
- 'fields' => array(
- array(
- 'id' => 'email-matching-submissions-info',
- 'type' => 'info',
- 'notice' => false,
- 'style' => 'info',
- 'title' => wp_kses(__( '<span class="font24">Matching Submission.</span>', 'houzez' ), $allowed_html_array),
- 'desc' => esc_html__('Use %matching_submissions as matching submissions list, %listing_count for number of listing count', 'houzez')
- ),
- array(
- 'id' => 'houzez_subject_matching_submissions',
- 'type' => 'text',
- 'title' => esc_html__('Subject for Matching Submissions', 'houzez'),
- 'subtitle' => esc_html__('Email subject for matching submissions', 'houzez'),
- 'desc' => '',
- 'default' => esc_html__('Matching Submissions on %website_url', 'houzez'),
- ),
- array(
- 'id' => 'houzez_matching_submissions',
- 'type' => 'editor',
- 'title' => esc_html__('Content for Matching Submissions', 'houzez'),
- 'subtitle' => esc_html__('Email content for matching submissions', 'houzez'),
- 'desc' => '',
- 'default' => '<div class="title">
- <h1 style="font-size: 20px; line-height: 30px; margin: 0 0 10px;">New Suggested Properties</h1>
- <p style="margin: 0 0 30px; color: #777777;">We have found %listing_count new properties that match your saved searches.</p>
- </div>
- %matching_submissions',
- 'args' => array(
- 'teeny' => false,
- 'textarea_rows' => 10
- )
- ),
- )
- ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement