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 a freelance WordPress developer and a contributing developer to the Genesis framework. For the past 14 years he has worked with attorneys, publishers, corporations, and non-profits, building custom websites tailored to their needs and goals.

Ready to upgrade your website?

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

Let's Talk