Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Few questions › Reply To: Few questions
April 15, 2021 at 2:41 pm
#32750
Keymaster
You are welcome. Unfortunately there is no technical documentation, but the class file can be found here: wp-content/plugins/ajax-search-pro/includes/classes/etc/statistics.class.php
You can use the getTop method to get the top keyords:
$keywords = asp_statistics::getTop($number, $searchid, true);