Why limit of 20 on listings
-
The latest version has a limit of 20 domains to show;
$rows = $wpdb->get_results( "SELECT * FROM {$wpdb->dmtable} ORDER BY id DESC LIMIT 0,20" );
I had to manually remove the limit to show every domain.
https://www.ads-software.com/extend/plugins/wordpress-mu-domain-mapping/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Why limit of 20 on listings’ is closed to new replies.