... basically instead of writing out a function to get current typo field values, and update them, you want to add functions in the api-template.php that be used like the current get_field/subfield & the_field/subfield functions ....but instead of getting/displaying values, you want to update values?
@codejp3 The plan is to let the coders update the values using a function like update_typography_field(), kind of like what update_field() function does.
... basically instead of writing out a function to get current typo field values, and update them, you want to add functions in the api-template.php that be used like the current get_field/subfield & the_field/subfield functions ....but instead of getting/displaying values, you want to update values?
Am I on the right track here?