From afd796c2e90dfe0dde0acbbca037b651d0a6df79 Mon Sep 17 00:00:00 2001 From: Kallal103 <50200220+Kallal103@users.noreply.github.com> Date: Thu, 2 May 2019 16:25:35 +0600 Subject: [PATCH] Update cs.php Have to add return options on custom_post_type_meta_box --- inc/cs.php | 1 + 1 file changed, 1 insertion(+) 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' );