Actions
Table of contents
fewbricks/init
This action is triggered when Fewbricks is ready and you can start using it. Since Fewbricks core code is executed on the action acf/init, you can be sure of that both ACF and Fewbricks is fully ready on fewbricks/init.
Example
{
add_action('fewbricks/init', function() {
new Text('Text field', 'text_field', '2002142304a');
// ...and more code here...
});