Is the documentation incorrect?
The documentation is correct. But the function update_post_meta()
will update the post meta, not the settings page value. Here is an example:
add_action( 'rwmb_fundraiser-fields_after_save_post', function( $object_id ) {
update_option(...);
} );
If you cannot complete the task, we offer a customization service. Please contact us here for more details https://metabox.io/contact/