acf/render_field_settings/type=(type)
type specific settings
Використання
add_action( 'acf/render_field_settings/type=(type)', 'wp_kama_acf_render_field_settings_type_action' ); /** * Function for `acf/render_field_settings/type=(type)` action-hook. * * @param $field * * @return void */ function wp_kama_acf_render_field_settings_type_action( $field ){ // action... }
- $field
- –
Де викликається хук
acf/render_field_settings/type=(type)
acf/includes/admin/admin-field-group.php 687
do_action( "acf/render_field_settings/type={$field['type']}", $field );
Де використовується хук в Advanced Custom Fields
Використання не знайдено.