diff --git a/inc/cs.php b/inc/cs.php index f6a40c1..bac3ce8 100644 --- a/inc/cs.php +++ b/inc/cs.php @@ -334,6 +334,7 @@ function philosophy_custom_post_types( $options ) { ) ); } + return $options; } add_filter( 'cs_metabox_options', 'philosophy_custom_post_types' );