/ Published in: PHP
URL: http://snipplr.com/view/43800/modified-word-limit-function/
Expand |
Embed | Plain Text
function limit_words($string, $word_limit) { $append = ''; $append = '…'; } }
You need to login to post a comment.
URL: http://snipplr.com/view/43800/modified-word-limit-function/
function limit_words($string, $word_limit) { $append = ''; $append = '…'; } }
You need to login to post a comment.