Added hook

This commit is contained in:
Mike Jolley 2011-11-15 13:32:07 +00:00
parent 7648f1669e
commit 80cfc09956
2 changed files with 2 additions and 0 deletions

View File

@ -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">

View File

@ -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