Skip to content

Commit

Permalink
Fix for the FM Term Meta
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonascalves committed Oct 12, 2023
1 parent a18cd7a commit a2451d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/objects/class-fm-term-meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Fm_Term_Meta extends Term {
* Render a table of post meta.
*/
public function add_meta_boxes() {
if ( function_exists( 'fm_get_term_meta' ) ) {
if ( ! function_exists( 'fm_get_term_meta' ) ) {
return;
}

Expand Down

0 comments on commit a2451d2

Please sign in to comment.