folbert / fewbricks

Write code to create ACF field groups, fields and re-usable modules.
https://fewbricks2.folbert.com
GNU General Public License v3.0
124 stars 12 forks source link

Create settings specific functions for each field class #39

Closed folbert closed 6 years ago

folbert commented 6 years ago

For example for field Select

public function setChoices($choices) {
    $this->setSettings('choices', $choices);
}
folbert commented 6 years ago

Done.