Snippets

Merkulove Team Enable shortcodes for JSON-LD output for the Recipe schema type

Created by Dmitry Merkulov
1
2
3
4
5
6
7
8
9
/**
 * Modify the JSON-LD output for the Recipe schema type
 * @package Stellar
 */
add_filter( 'stellar_structured_data', function ( $json_ld ) {

    return do_shortcode( $json_ld );

} );

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.