function coh_custom_rss_page_size(){
if( ! is_attachment() && is_feed( 'tribe_events' ) && is_category( 'community' ) ) {
return 'LIMIT 0, 200';
}
}
add_filter( 'post_limits', 'coh_custom_rss_page_size' );
This code returns the same outcome. :/
I’ve just ported my production site/data back to my development environment and disabled all plugins, and switched to “twentyseventeen”, but there is no change in the media library loading… same javascript unresponsive issue after 20-30 seconds using the above code.
Egads.
-
This reply was modified 7 years, 9 months ago by stevensjn. Reason: (more info added)