Works on Custom Post Type ?
-
Hi Bill,
Thank You for excellent plugin. This is very useful.Just 1 doubt. How can I extend this to Pages & Custom Post Types ?
For eg, if I have a Custom Post Type called ‘movie’, then adding below code will do ?
==
add_filter( ‘limit_modified_date_post_types’, function( $post_types ) {
$post_types[] = ‘page’, ‘movie’;
return $post_types;
});==
And, where should I add above code ? functions.php ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Works on Custom Post Type ?’ is closed to new replies.