Hi Everyone.
I am trying to add a pagination.class.php to my wp plugin options page using
include(ABSPATH.'/includes/pagination.class.php');
But I am getting an error... Saying the file does not exists.
When I view the source, the file location is website/includes/pagination.class.php
How do I set this to be the plugin directory ?