wrong delete_term_meta() call
-
Hi @hishaman
In schema v. 1.6.5, in file includes/admin/meta-tax/class-meta-tax.php line 1710 a call to delete_term_meta() is made with only 1 argument but these function need 2.
Call isdelete_term_meta( $term_id );
and function is defined in wp-includes/taxonomy.php line 1183 asfunction delete_term_meta( $term_id, $meta_key, $meta_value = '' )
- The topic ‘wrong delete_term_meta() call’ is closed to new replies.