ACF_Admin_UI_Options_Page::form_data
This function will add extra HTML to the acf form data element
Method of the class: ACF_Admin_UI_Options_Page{}
Hooks from the method
Returns
void. Nothing (null).
Usage
$ACF_Admin_UI_Options_Page = new ACF_Admin_UI_Options_Page(); $ACF_Admin_UI_Options_Page->form_data( $args );
- $args(array) (required)
- Arguments array to pass through to action.
Changelog
| Since 5.3.8 | Introduced. |
ACF_Admin_UI_Options_Page::form_data() ACF Admin UI Options Page::form data code ACF 6.8.8
public function form_data( $args ) {
do_action( 'acf/ui_options_page/form_data', $args );
}