[wp-hackers] [Plugin: SEO Super Comments] Extending the Code

scribu scribu at gmail.com
Thu Nov 26 23:41:48 UTC 2009


On Thu, Nov 26, 2009 at 7:41 PM,
<wp-hackers at google-adsense-templates.co.uk>wrote:

> So I'm trying to figure out the code for this and not sure where to
> start. Is there a variable or something that counts the number of
> words in a comment for example? If there is I could use it as part of
> a if statement.
>

$wordcount = count(split(' ', $comment->content));


-- 
http://scribu.net


More information about the wp-hackers mailing list