Shaun W.

Results 1 comments of Shaun W.

🤦‍♂️ ``` function page_links_to_plugin_post_types( $post_types ) { $post_types = [ 'post', 'events' ]; return $post_types; } add_filter( 'page-links-to-post-types', 'page_links_to_plugin_post_types' ); ```