Jeremy Lind
Results
2
issues of
Jeremy Lind
The documentation at https://en.bainternet.info/wordpress-taxonomies-extra-fields-the-easy-way/ is incorrect. It refers to using `get_tax_meta` to retrieve saved data. Since the update to use the taxmeta table, `get_term_meta($term_id, $field_id)` is the correct function to...
**Description** Syntax errors in `mysql/upgrade/5.8.0.sql` and `mysql/upgrade/5.9.0.sql` make upgrades from previous versions fail. v5.17 introduced `DROP COLUMN IF EXISTS` syntax, which returns a syntax error. This was introduced in commit...
bug