Learning with Texts - Fork  2.10.0-fork
Learn foreign languages with texts
Namespaces | Functions
ajax_word_counts.php File Reference

Calculating Word Counts, Ajax call in edit_texts.php. More...

Namespaces

 Lwt
 

Functions

 do_ajax_word_counts ($textid)
 

Detailed Description

Calculating Word Counts, Ajax call in edit_texts.php.

Call: inc/ajax_word_counts.php?id=[textid1,textid2,...]

Function Documentation

◆ do_ajax_word_counts()

do_ajax_word_counts (   $textid)

Do the word count for a specific text.

Parameters
string$textidText IDs seperated by comma
Returns
void
Deprecated:
2.9.0 Use the REST API instead