acf-typography icon indicating copy to clipboard operation
acf-typography copied to clipboard

Update Typography field through code

Open mujahidi opened this issue 5 years ago • 2 comments

mujahidi avatar Mar 24 '20 21:03 mujahidi

... 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?

codejp3 avatar Oct 06 '22 02:10 codejp3

@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.

mujahidi avatar Oct 08 '22 20:10 mujahidi