Skip to content

Instantly share code, notes, and snippets.

@digitalchild
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save digitalchild/101006d053654ad438c6 to your computer and use it in GitHub Desktop.

Select an option

Save digitalchild/101006d053654ad438c6 to your computer and use it in GitHub Desktop.
Vendor ID on WC Vendors shop page
<?php
//
$vendor_shop = urldecode( get_query_var( 'vendor_shop' ) );
$vendor_id = WCV_Vendors::get_vendor_id( $vendor_shop );
$args = array(
post_type => 'product_variation',
post_author => $vendor_id
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment