🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 10:07:25 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
digitalsangita.com
/
wp-content
/
plugins
/
insert-headers-and-footers
/
includes
📍 /home/therahul/digitalsangita.com/wp-content/plugins/insert-headers-and-footers/includes
🔄 Refresh
✏️
Editing: legacy.php
Writable
<?php /** * Call new methods using the old class for backwards compatibility. * * @package WPCode */ if ( ! class_exists( 'InsertHeadersAndFooters' ) ) { /** * Class InsertHeadersAndFooters used in the IHAF 1.x.x. */ class InsertHeadersAndFooters { /** * Output the header code. * * @return void */ public function frontendHeader() {// phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid wpcode_global_frontend_header(); } /** * Output the footer code. * * @return void */ public function frontendFooter() {// phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid wpcode_global_frontend_footer(); } /** * Output the body code. * * @return void */ public function frontendBody() {// phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid wpcode_global_frontend_body(); } } }
💾 Save Changes
❌ Cancel