Guest User

Untitled

a guest
Sep 14th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. function spinna360_nof($noi) {
  2.  
  3. woocommerce_wp_select(
  4. array(
  5. 'id' => '_select_noi',
  6. 'label' => __( 'Select number of images: ', 'spinna360' ),
  7. 'selected' => true,
  8. 'value' => $noi,
  9. 'options' => [
  10. '24' => __( '24', 'spinna360' ),
  11. '36' => __( '36', 'spinna360' ),
  12. '48' => __( '48', 'spinna360' )
  13. ]
  14. )
  15. );
  16. }
Add Comment
Please, Sign In to add comment