|
html->product_dropdown( array(
'name' => 'product_reqs[]',
'id' => 'edd_products',
'selected' => array(),
'multiple' => true,
'chosen' => true,
'placeholder' => sprintf( esc_html__( 'Select %s', 'easy-digital-downloads' ), esc_html( edd_get_label_plural() ) ),
) ); // WPCS: XSS ok. ?>
|
|
html->product_dropdown( array(
'name' => 'excluded_products[]',
'id' => 'excluded_products',
'selected' => array(),
'multiple' => true,
'chosen' => true,
'placeholder' => sprintf( esc_html__( 'Select %s', 'easy-digital-downloads' ), esc_html( edd_get_label_plural() ) ),
) ); // WPCS: XSS ok. ?>
|