wrong per_page attribute
This commit is contained in:
parent
95de4a8d23
commit
cc3962cddb
|
@ -779,7 +779,7 @@ class WC_Shortcodes {
|
|||
*/
|
||||
public static function related_products( $atts ) {
|
||||
$atts = shortcode_atts( array(
|
||||
'posts_per_page' => '4',
|
||||
'per_page' => '4',
|
||||
'columns' => '4',
|
||||
'orderby' => 'rand'
|
||||
), $atts );
|
||||
|
|
Loading…
Reference in New Issue