Default Items per Page Set to 10
-
All, Hi currently in the
get_items_per_page
method in theToolset_Potential_Association_Query_Posts
class.private function get_items_per_page() { $limit = (int) toolset_getarr( $this->args, 'items_per_page' ); if( $limit < 1 ) { $limit = 10; } return $limit; }
You have the default items for page set to 10. Is there a way to change this setting within the plugin’s UI instead of changing the limit in your code? Thanks
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Default Items per Page Set to 10’ is closed to new replies.