New Action for after Product Attribute Settings (#12099)

Allows developers to add extra checkboxes etc.
This commit is contained in:
Terence O'Donoghue 2016-10-21 15:31:20 +01:00 committed by Mike Jolley
parent ab7f9dd674
commit edd14cd8df
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@
</div> </div>
</td> </td>
</tr> </tr>
<?php do_action( 'woocommerce_after_product_attribute_settings', $attribute, $i ); ?>
</tbody> </tbody>
</table> </table>
</div> </div>