Fix IDS param Closes #7288
This commit is contained in:
parent
6af80f8e60
commit
5bb4b7739f
|
@ -209,9 +209,10 @@ class WC_Shortcodes {
|
|||
'number' => null,
|
||||
'orderby' => 'name',
|
||||
'order' => 'ASC',
|
||||
'columns' => '4',
|
||||
'columns' => '4',
|
||||
'hide_empty' => 1,
|
||||
'parent' => ''
|
||||
'parent' => '',
|
||||
'ids' => array()
|
||||
), $atts );
|
||||
|
||||
if ( isset( $atts['ids'] ) ) {
|
||||
|
|
Loading…
Reference in New Issue