Changeset 2234241
- Timestamp:
- 01/28/2020 05:59:34 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bonzer-custom-fields/trunk/inc/builders/Taxonomy_Fields_Builder.php
r1993452 r2234241 209 209 * */ 210 210 public function save_meta_fields( $term_id, $tt_id = '', $taxonomy = '' ) { 211 if (!is_array($this->_fields[$taxonomy])) { 212 return true; 213 } 211 214 array_walk( $this->_fields[$taxonomy], function( $fields ) use ($term_id) { 212 215 foreach ($fields as $field) {
Note: See TracChangeset
for help on using the changeset viewer.