Advertisement
kimmadpa

Jetpack Publicize with WooCommerce Products

Mar 5th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. add_action('init', 'kimmadpa_woo_publicize');
  2. function kimmadpa_woo_publicize() {
  3.   add_post_type_support( 'product', 'publicize' );
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement