📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 09:07:41
📂
/ (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: cooking-time.block.php
Writable
<?php /** * Recipe cooking time 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/cooking-time" title="<?php esc_attr_e( 'Cooking time', 'wordpress-seo' ); ?>" category="yoast-structured-data-blocks" parent=[ "yoast/recipe" ] description="<?php esc_html_e( 'The recipe\'s cooking time', 'wordpress-seo' ); ?>" icon="<?php echo Icons::heroicons_clock(); ?>" supports={"multiple": false} }} <div class={{class-name}}> {{heading name="title" default-heading-level=3 tags=[ "h2", "h3", "h4", "h5", "h6", "strong" ] default="<?php esc_attr_e( 'Cooking time', 'wordpress-seo' ); ?>" }} {{duration name="cooking-time" }} </div>
💾 Save Changes
❌ Cancel