05/13/2013 at 12:28 pm
#259680
Keymaster
@ Scott
Sorry, but using the built-in word count script may not be possible because of the possibility of there being two editors on the same page.
This is the script that would need enqueued on the page:
wp_enqueue_script(‘word-count’);
However, the markup div that the script updates is not output by the wp_editor() function. I’m guessing this would have to be added manually. And I’m uncertain it it would work with two editors on the same page.
