Forums
Forums / Plugin: Advanced Custom Fields (ACF®) / How secure custom fields Register fields via PHP?
(@andreitsen87)
1 year, 4 months ago
How secure custom fields Register fields via PHP?
(@sppramodh)
Hi @andreitsen87
SCF allows you to register custom fields through PHP by using the acf_add_local_field_group() function.
acf_add_local_field_group()
thanks. and action add_action(‘acf/init’, ‘prefixsite’)?
Yes, you’re right!
The topic ‘How secure custom fields Register fields via PHP?’ is closed to new replies.