📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 08:11:07
📂
/ (Root)
/
home
/
xeqi7597
/
cds.claireduwig.com
/
wp-content
/
plugins
/
insert-headers-and-footers
/
includes
/
execute
📍 /home/xeqi7597/cds.claireduwig.com/wp-content/plugins/insert-headers-and-footers/includes/execute
🔄 Refresh
✏️
Editing: class-wpcode-snippet-execute-html.php
Writable
<?php /** * Execute html snippets and return their output. * This is probably the simplest one. * * @package wpcode */ /** * WPCode_Snippet_Execute_HTML class. */ class WPCode_Snippet_Execute_HTML extends WPCode_Snippet_Execute_Type { /** * The snippet type, HTML for this one. * * @var string */ public $type = 'html'; /** * Grab snippet code and return its output. * * @return string */ protected function prepare_snippet_output() { return $this->get_snippet_code(); } }
💾 Save Changes
❌ Cancel