Old Post Notification – Change Post Types

<?php
/**
* Add Article as Post Type for Old Post Notification
*
* @param array $post_types
* @return array
*/
function be_post_types_for_notification( $post_types ) {
$post_types[] = 'article';
return $post_types;
}
add_filter( 'old_post_notification_post_types', 'be_post_types_for_notification' );
view raw functions.php hosted with ❤ by GitHub

Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk