本文整理汇总了PHP中tha_entry_before函数的典型用法代码示例。如果您正苦于以下问题:PHP tha_entry_before函数的具体用法?PHP tha_entry_before怎么用?PHP tha_entry_before使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了tha_entry_before函数的6个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: tha_entry_before
<!-- ITEM -->
<?php
tha_entry_before();
?>
<li <?php
post_class(array('item'));
?>
>
<?php
tha_entry_top();
?>
<?php
echo circleflip_get_post_format_media(get_the_ID());
?>
<?php
tha_entry_bottom();
?>
</li>
<?php
tha_entry_after();
示例2: fastfood_hook_entry_before
function fastfood_hook_entry_before()
{
tha_entry_before();
do_action('fastfood_hook_entry_before');
}
示例3: wallow_hook_entry_before
/**
* the entry section
*/
function wallow_hook_entry_before()
{
tha_entry_before();
do_action('wallow_hook_entry_before');
}
示例4: highwind_entry_before
/**
* Highwind before entry wrapper action
* @since 1.0
*/
function highwind_entry_before()
{
do_action('highwind_entry_before');
tha_entry_before();
}
示例5: responsive_entry_before
/** Just before <div id="post">
*
* @see index.php
*/
function responsive_entry_before()
{
do_action('responsive_entry_before');
tha_entry_before();
}
示例6: shiword_hook_entry_before
/**
* the entry section
*/
function shiword_hook_entry_before()
{
tha_entry_before();
do_action('shiword_hook_entry_before');
}