コード例 #1
0
ファイル: helpers.php プロジェクト: gpsidhuu/alphaReputation
/**
 * get excerpt
 *
 * @param string/int integer for custom lenngth for tiny,short/regular/long for defined excerpt
 * @since framework 1.0
 */
function ts_get_the_excerpt_theme($length = 55)
{
    return ts_Excerpt::get_by_length($length);
}