Get Meta Box field inside current Taxonomy Term

PHOTO EMBED

Tue May 17 2022 14:02:47 GMT+0000 (Coordinated Universal Time)

Saved by @adrienrobert #php #metabox #wordpress

<?php

// get the value of image_advanced type of custom field for the current taxonomy term 
$clients_gallery = rwmb_meta( 'clients_gallery', ['object_type' => 'term'], get_queried_object_id() );
content_copyCOPY

https://wpdevdesign.com/taxonomy-term-specific-image-grid-using-meta-box/