custom-post-type-permalinks
custom-post-type-permalinks copied to clipboard
Exclude a post type
Is there a way I might exclude a custom post type from this plugin? Specifically I'm having issues with tribe events calendar. Not sure if this issue has been hashed out before but I wasn't able to find much.
@Zack-Lockhart Sorry late reply.
I will implement the idea in the next version.
new filter next version (3.2.0);
Disable CPTP by post_type.
add_filter( 'CPTP_is_rewrite_supported_by_' . $post_type, '__return_false' );
Awesome! Thanks!
I'm sorry to be late. I'll release when the test is completed.
if you can please try, https://github.com/torounit/custom-post-type-permalinks/tree/issue/%2381