本文整理匯總了PHP中BYT_Theme_Utils::contact_form_js方法的典型用法代碼示例。如果您正苦於以下問題:PHP BYT_Theme_Utils::contact_form_js方法的具體用法?PHP BYT_Theme_Utils::contact_form_js怎麽用?PHP BYT_Theme_Utils::contact_form_js使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類BYT_Theme_Utils
的用法示例。
在下文中一共展示了BYT_Theme_Utils::contact_form_js方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: elseif
echo ICL_LANGUAGE_CODE;
?>
';
<?php
}
?>
</script>
<?php
$body_class = '';
$content_class = '';
if (is_page_template('byt_home.php')) {
if (!$byt_theme_globals->frontpage_show_slider()) {
$body_class = 'noslider';
}
} elseif (is_page_template('page-contact.php') || is_page_template('page-contact-form-7.php')) {
BYT_Theme_Utils::contact_form_js();
$business_address_longitude = $byt_theme_globals->get_business_address_longitude();
$business_address_latitude = $byt_theme_globals->get_business_address_latitude();
$content_class = !empty($business_address_longitude) && !empty($business_address_latitude) ? '' : 'empty';
}
wp_head();
?>
</head>
<body <?php
body_class($body_class);
?>
>
<!--header-->
<header class="header" role="banner">
<div class="wrap clearfix">
<!--logo-->