mirror of
https://github.com/10h30/Display-Posts-Shortcode-Remote.git
synced 2026-06-05 15:07:31 +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() {
|
||||
|
||||
return array(
|
||||
'category_id' => 0,
|
||||
'category_id' => '',
|
||||
'content_class' => 'content',
|
||||
'date_format' => '(n/j/Y)',
|
||||
'include_content' => FALSE,
|
||||
|
||||
Reference in New Issue
Block a user