Closed ghost closed 8 years ago
I added filter to post categories to allow dropping categories I don't want copied to main blog.
This might be useful feature to have in the plugin but for now this solution is simple and flexible enough I believe.
I suggest moving the filter above the if ( is_array( check, so the flexibility is there to add categories if none exist.
if ( is_array(
Good point. Moved the filter.
Thanks!
I added filter to post categories to allow dropping categories I don't want copied to main blog.
This might be useful feature to have in the plugin but for now this solution is simple and flexible enough I believe.