Add apply_filters for registering the custom post types
Hi,
for my testimonials items I need an archive page, that shows all the testimonials. That is currently not possible.
Could you add 'apply_filters' for all args of the custom post types?
Ie., in meta-testimonial.php change the line
register_post_type( 'testimonial', $args);
to
register_post_type( 'testimonial', apply_filters('mfn_testimonials_post_type_args',$args));
Comments
at this moment, we have too many features in queue but when we finish them, we will consider your suggestion of course.
Thanks!