New Action for after Product Attribute Settings (#12099)
Allows developers to add extra checkboxes etc.
This commit is contained in:
parent
ab7f9dd674
commit
edd14cd8df
|
@ -77,6 +77,7 @@
|
|||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<?php do_action( 'woocommerce_after_product_attribute_settings', $attribute, $i ); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue