Skip to content

Instantly share code, notes, and snippets.

@bentasm1
Created October 10, 2015 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bentasm1/4b1674be5aec670380f0 to your computer and use it in GitHub Desktop.
Save bentasm1/4b1674be5aec670380f0 to your computer and use it in GitHub Desktop.
JetPack Publicize Support for WC Vendors
/* WC Vendors JetPack Publicize with products */
add_action('init', 'wcvendors_woo_publicize');
function wcvendors_woo_publicize() {
add_post_type_support( 'product', 'publicize' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment