📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 10:21:11
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
schema-templates
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wordpress-seo/src/schema-templates
🔄 Refresh
✏️
Editing: recipe-description.block.php
Writable
<?php /** * Recipe description 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-description" title="<?php \esc_attr_e( 'Recipe description', 'wordpress-seo' ); ?>" category="yoast-recommended-recipe-blocks" description="<?php \esc_attr_e( 'A description of the recipe.', 'wordpress-seo' ); ?>" icon="<?php echo Icons::heroicons_document_text(); ?>" supports={"multiple": false} }} <div class="yoast-recipe-block__description {{class-name}}"> {{rich-text name="description" required=true tag="p" keepPlaceholderOnFocus=true placeholder="<?php \esc_attr_e( 'Enter a recipe description', 'wordpress-seo' ); ?>"}} </div>
💾 Save Changes
❌ Cancel