Why is functions.php file in child not initializing and over-writing parent?
so James in order to achieve your goal you need to remove the meta-box and re-add it with the new callback that contain the new value; so lets assume originally you have the meta-box added as below : function adifier_custom_meta() { $screens = [‘page’, ‘post’]; foreach ($screens as $screen) { add_meta_box( ‘advert_cond’, // Unique ID … Read more