| Server IP : 68.178.247.200 / Your IP : 216.73.217.16 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/cwd/wp-content/plugins/wordpress-seo/src/schema-templates/ |
Upload File : |
<?php
/**
* Recipe ingredients block schema template.
*
* @package Yoast\WP\SEO\Schema_Templates
*/
use Yoast\WP\SEO\Schema_Templates\Assets\Icons;
// phpcs:disable WordPress.Security.EscapeOutput -- Reason: The Icons contains safe svg.
?>
{{block name="yoast/recipe-ingredients" title="<?php esc_attr_e( 'Recipe ingredient(s)', 'wordpress-seo' ); ?>" description="<?php esc_attr_e( 'The ingredients used in the recipe, e.g. sugar, flour or garlic.', 'wordpress-seo' ); ?>" icon="<?php echo Icons::heroicons_clipboard_list(); ?>" category="yoast-structured-data-blocks" parent=[ "yoast/recipe" ] supports={"multiple": false} }}
<div class={{class-name}}>
{{heading name="title" defaultHeadingLevel=3 placeholder="<?php esc_attr_e( 'Ingredients title', 'wordpress-seo' ); ?>" default="<?php esc_attr_e( 'Ingredients', 'wordpress-seo' ); ?>" }}
{{rich-text name="ingredients" tag="ul" multiline="li" placeholder="<?php esc_attr_e( 'Enter an ingredient', 'wordpress-seo' ); ?>" }}
</div>