Created
August 31, 2018 17:32
-
-
Save eto4detak/4173a6961a96fb55570eda326b958f39 to your computer and use it in GitHub Desktop.
diviecom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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