%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 '
';
echo do_shortcode('[pirate_forms]');
echo ''.wp_kses_post( $zerif_contactus_title ).'
'; elseif ( is_customize_preview() ): echo ''; endif; $contactus_subtitle_default = ''; if( ! defined("PIRATE_FORMS_VERSION") ) { $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=pirate-forms' ), 'install-plugin_pirate-forms' ) ), 'Pirate Forms' ) ); } 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 '';
}
?>