Hello! I have a textarea field in a setting page, i can fetch my textarea value with this simple code:
rwmb_meta( $field_id='svg-icons-textarea', ['object_type' => 'setting'], $settings_pages_parameter='icons' );
How can i change content of this textarea with php?
Thanks