From bd7a7b91baa0326d9eacc3803eb24417e8454a2f Mon Sep 17 00:00:00 2001 From: Thuan Bui Date: Sat, 3 Oct 2020 13:12:00 +0700 Subject: [PATCH] Clear Cateogry ID array value --- display-posts-shortcode-remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display-posts-shortcode-remote.php b/display-posts-shortcode-remote.php index 70879c6..f647f78 100644 --- a/display-posts-shortcode-remote.php +++ b/display-posts-shortcode-remote.php @@ -319,7 +319,7 @@ if ( ! class_exists( 'Display_Posts_Remote' ) ) { public function getDefaults() { return array( - 'category_id' => 0, + 'category_id' => '', 'content_class' => 'content', 'date_format' => '(n/j/Y)', 'include_content' => FALSE,