'; ?>
%2$s', esc_url( admin_url( 'customize.php?autofocus[control]=zerif_contactus_title' ) ), __( 'Get in touch', 'zerif-lite' ) ) ); } else { $zerif_contactus_title = get_theme_mod( 'zerif_contactus_title' ); } if ( ! empty( $zerif_contactus_title ) ) : echo '

' . wp_kses_post( $zerif_contactus_title ) . '

'; elseif ( is_customize_preview() ) : echo '

'; endif; $contactus_subtitle_default = ''; if ( ! defined( 'PIRATE_FORMS_VERSION' ) ) { /* translators: Pirate Forms plugin install link */ $contactus_subtitle_default = sprintf( __( 'You need to install %s to create a contact form.', 'zerif-lite' ), sprintf( '%2$s', esc_url( wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=wpforms-lite' ), 'install-plugin_wpforms-lite' ) ), 'WPForms' ) ); } if ( current_user_can( 'edit_theme_options' ) ) { $zerif_contactus_subtitle = get_theme_mod( 'zerif_contactus_subtitle', $contactus_subtitle_default ); } else { $zerif_contactus_subtitle = get_theme_mod( 'zerif_contactus_subtitle' ); } if ( ! empty( $zerif_contactus_subtitle ) ) { echo '
' . wp_kses_post( $zerif_contactus_subtitle ) . '
'; } elseif ( is_customize_preview() ) { echo '
'; } ?>
'; echo do_shortcode( $zerif_alternative_contact_form ); echo '
'; elseif ( defined( 'PIRATE_FORMS_VERSION' ) && shortcode_exists( 'pirate_forms' ) ) : echo '
'; echo do_shortcode( '[pirate_forms]' ); echo '
'; endif; ?>