Added hook
This commit is contained in:
parent
7648f1669e
commit
80cfc09956
|
@ -146,6 +146,7 @@ function woocommerce_admin_fields($options) {
|
||||||
case 'sectionend':
|
case 'sectionend':
|
||||||
if (isset($value['id']) && $value['id']) do_action('woocommerce_settings_'.sanitize_title($value['id']).'_end');
|
if (isset($value['id']) && $value['id']) do_action('woocommerce_settings_'.sanitize_title($value['id']).'_end');
|
||||||
echo '</table>';
|
echo '</table>';
|
||||||
|
if (isset($value['id']) && $value['id']) do_action('woocommerce_settings_'.sanitize_title($value['id']).'_after');
|
||||||
break;
|
break;
|
||||||
case 'text':
|
case 'text':
|
||||||
?><tr valign="top">
|
?><tr valign="top">
|
||||||
|
|
|
@ -95,6 +95,7 @@ Yes you can! Join in on our GitHub repository :) https://github.com/woothemes/wo
|
||||||
* Fix active class in wp_list_pages for shop page
|
* Fix active class in wp_list_pages for shop page
|
||||||
* Ability to register from my account page
|
* Ability to register from my account page
|
||||||
* Option to show size/weight on attributes tab
|
* Option to show size/weight on attributes tab
|
||||||
|
* Added logger class for debugging
|
||||||
|
|
||||||
= 1.2.1 - 10/11/2011 =
|
= 1.2.1 - 10/11/2011 =
|
||||||
* Reworked downloadable and virtual products - now variations can be downloadable/virtual too making it more flexible
|
* Reworked downloadable and virtual products - now variations can be downloadable/virtual too making it more flexible
|
||||||
|
|
Loading…
Reference in New Issue