Book Doctor Appointments – iCliniq

0

This plugin uses https://www.icliniq.com ‘s doctor search API to list doctors in your website. Users can book doctor appointments directly from your website. The plugin is very flexib

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

This plugin uses https://www.icliniq.com ‘s doctor search API to list doctors in your website. Users can book doctor appointments directly from your website. The plugin is very flexible and you can configure location and speciality for the doctors to be listed on your website.

To display the doctor listing anywhere in the code, the following method should be used

<?php display_search_result_body($page, $results_per_page){ ?>

where $page and $results_per_page are:

  • $page – page number of the search result; put 1 for the first page
  • $results_per_page – number of listing per page

e.g: <?php display_search_result_body(1, 10); ?>

Find out more at http://icliniq.com/pages/display/page/wordpress-plugin