Introducing post taxonomy init hook

This commit is contained in:
Coen Jacobs 2014-02-06 14:32:25 +01:00
parent d4c2d54b0d
commit 5d70dae52f
1 changed files with 3 additions and 1 deletions

View File

@ -208,6 +208,8 @@ class WC_Post_types {
);
}
}
do_action( 'woocommerce_after_register_taxonomy' );
}
}
@ -354,4 +356,4 @@ class WC_Post_types {
}
}
new WC_Post_types();
new WC_Post_types();