Skip to content

Instantly share code, notes, and snippets.

@MarkKevin08
Created January 1, 2024 10:29
Show Gist options
  • Save MarkKevin08/7882bd2461887b67e7d8b82ab4988a8e to your computer and use it in GitHub Desktop.
Save MarkKevin08/7882bd2461887b67e7d8b82ab4988a8e to your computer and use it in GitHub Desktop.
attributes tab
<!-- Attributes -->
<?php do_action( 'wcv_before_attributes_tab', $object_id ); ?>
<div class="wcv_product_attributes tabs-content" id="attributes">
<div class="attributes-validation-error"></div>
<?php WCVendors_Pro_Product_Form::product_attributes( $object_id ); ?>
<?php do_action( 'wcv_product_options_attributes_product_data', $object_id ); ?>
</div>
<?php do_action( 'wcv_after_attributes_tab', $object_id ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment