Пример #1
0
function searchwp_term_highlight_the_excerpt_global($post_id = 0, $custom_field = '', $query = null)
{
    echo searchwp_term_highlight_get_the_excerpt_global($post_id, $custom_field, $query);
}
/**
 * @param int $post_id
 * @param string $custom_field
 * @param null $query
 */
function searchwp_term_highlight_the_excerpt_global($post_id = 0, $custom_field = '', $query = null)
{
    echo wp_kses_post(stripslashes(searchwp_term_highlight_get_the_excerpt_global($post_id, $custom_field, $query)));
}