acf/schema/render_script
acf/schema/render_script
Appears in: advanced-custom-fields.6.8.0
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.8.0do_action('acf/schema/render_script') is found 1 times:
- /src/AI/GEO/GEO.php line 329
* Allows developers to output custom schemas or capture the data. * * @param array $jsonld_data The JSON-LD data array. */ do_action( 'acf/schema/render_script', $jsonld_data ); /** * Filter to disable ACF's default JSON-LD output * * Return true to prevent ACF from outputting the JSON-LD script tag. * Useful if you want to handle the output yourself via the action above.