image_advanced field no longer on custom tax edit screen
-
I’m not sure when exactly it happened. Client reported the missing field ~ January 10. But it may have been missing before that. I presume it was an upgrade of WordPress or MetaBox that killed it.
After reviewing the implementation I’m not certain where the hang up is.
The primary differencce I find to the documentation is the use of the add_filter as follows:
add_filter( 'rwmb_meta_boxes', 'YOURPREFIX_register_meta_boxes' ); function YOURPREFIX_register_meta_boxes( $meta_boxes ) {
vs mine:
add_filter( 'rwmb_meta_boxes', function ( $meta_boxes ) {
It seems all other definitions of metabox for other taxonomies and post types are working EXCEPT the advanced image upload.
No errors. the field is just not rendering.
In the admin list view of the custom taxonomies, project types show a featured image specified that can no longer be viewed, edited, or deleted when editing the project type.
- The topic ‘image_advanced field no longer on custom tax edit screen’ is closed to new replies.