bainternet / Tax-Meta-Class

A class for creating WordPress taxonomies custom fields
http://en.bainternet.info/2012/wordpress-taxonomies-extra-fields-the-easy-way
GNU General Public License v3.0
406 stars 111 forks source link

Warning: Missing argument 2 for delete_term_meta() #137

Open JQOz opened 7 years ago

JQOz commented 7 years ago

Hi,

if I try to delete a Menu(.../wp-admin/nav-menus.php?action=delete) I got this message below.

Warning: Missing argument 2 for delete_term_meta(), called in .../wp-content/plugins/Tax-Meta-Class-master/Tax-meta-class/Tax-meta-class.php on line 1710 and defined in ..../wp-includes/taxonomy.php on line 1151

How to fix this? Regards J

danielbarenkamp commented 6 years ago

Simply comment this out ...

mostafasoufi commented 6 years ago

https://github.com/bainternet/Tax-Meta-Class/pull/140