Introducing post taxonomy init hook
This commit is contained in:
parent
d4c2d54b0d
commit
5d70dae52f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue