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