Skip to content

Instantly share code, notes, and snippets.

@eto4detak
Created August 31, 2018 17:32
Show Gist options
  • Save eto4detak/4173a6961a96fb55570eda326b958f39 to your computer and use it in GitHub Desktop.
Save eto4detak/4173a6961a96fb55570eda326b958f39 to your computer and use it in GitHub Desktop.
diviecom
<?php
//добавить для мобилы вывод продуктов
array( "name" => esc_html__( "Number of Products displayed on WooCommerce archive pages", $themename ),
"id" => $shortname . "_woocommerce_archive_num_posts",
"std" => "9",
"type" => "text",
"desc" => esc_html__( "Here you can designate how many WooCommerce products are displayed on the archive page. This option works independently from the Settings > Reading options in wp-admin.", $themename),
"validation_type" => "number"
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment