mujahidi / acf-typography

A Typography Add-on for the Advanced Custom Fields Plugin
https://wordpress.org/plugins/acf-typography-field/
GNU General Public License v2.0
18 stars 6 forks source link

Update Typography field through code #13

Open mujahidi opened 4 years ago

codejp3 commented 2 years ago

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

mujahidi commented 2 years ago

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