Fatal error: Call to undefined function remove_meta_box()
-
Hello all,
I’m trying to remove the “normal” meta box that gets added after registering a new custom taxonomy. I’m calling the function like this:
remove_meta_box('tagsdiv-main_country','post','core');
And all I’m getting when I try to access the admin panel is:
Fatal error: Call to undefined function remove_meta_box() in /home4/thehoops/public_html/thm1/wp-content/themes/the-hoops-market/functions.php on line 82
I’ve look at the div I want to remove through bugzilla and the ID is good. Besides, the error talks about an “undefined” function, not a bad parameter on the function or something like that.
Any idea what may be happening? Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Fatal error: Call to undefined function remove_meta_box()’ is closed to new replies.