a nice plugin with WooCommerce code standard!
-
a nice plugin with WooCommerce code standard!
suggestions:
—————
1. adding i18n supportadd_action('plugins_loaded','wc_whu_i18n'); function wc_whu_i18n(){ load_plugin_textdomain( 'woocommerce-hear-about-us', false, dirname( plugin_basename( __FILE__ ) ) . '/i18n/languages/' ); }
2. fixing an i18n bug
'desc' => 'Manage the "where did you hear about us" options.',
should be:
'desc' => __('Manage the "where did you hear about us" options.','woocommerce-hear-about-us'),
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘a nice plugin with WooCommerce code standard!’ is closed to new replies.