mirror of
https://github.com/10h30/Display-Posts-Shortcode-Remote.git
synced 2026-07-11 18:55:55 +09:00
Clear Cateogry ID array value
This commit is contained in:
@@ -319,7 +319,7 @@ if ( ! class_exists( 'Display_Posts_Remote' ) ) {
|
|||||||
public function getDefaults() {
|
public function getDefaults() {
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'category_id' => 0,
|
'category_id' => '',
|
||||||
'content_class' => 'content',
|
'content_class' => 'content',
|
||||||
'date_format' => '(n/j/Y)',
|
'date_format' => '(n/j/Y)',
|
||||||
'include_content' => FALSE,
|
'include_content' => FALSE,
|
||||||
|
|||||||
Reference in New Issue
Block a user