acf/schema/output_format_choices
acf/schema/output_format_choices
Appears in: advanced-custom-fields.6.8.0
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.8.0apply_filters('acf/schema/output_format_choices') is found 1 times:
- /src/AI/GEO/FieldSettings.php line 362
Warning: Undefined array key 364 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 365 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 366 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 367 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @param array $choices The output format choices. * @param string $field_type The ACF field type. * @param string $property The selected Schema.org property. */ return apply_filters( 'acf/schema/output_format_choices', $choices, $field_type, $property ); } }