PATH:
home
/
lab2454c
/
gemiton.com
/
wp-content
/
plugins
/
insert-headers-and-footers
/
includes
<?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(); } } }
[-] class-wpcode-smart-tags.php
[edit]
[-] class-wpcode-error.php
[edit]
[+]
admin
[+]
..
[-] legacy.php
[edit]
[+]
conditional-logic
[-] icons.php
[edit]
[+]
execute
[-] class-wpcode-file-cache.php
[edit]
[+]
generator
[-] capabilities.php
[edit]
[-] pluggable.php
[edit]
[-] class-wpcode-library-auth.php
[edit]
[-] class-wpcode-generator.php
[edit]
[-] class-wpcode-file-logger.php
[edit]
[-] class-wpcode-library.php
[edit]
[-] compat.php
[edit]
[-] global-output.php
[edit]
[-] class-wpcode-admin-bar-info.php
[edit]
[-] shortcode.php
[edit]
[-] ihaf.php
[edit]
[-] safe-mode.php
[edit]
[-] helpers.php
[edit]
[-] class-wpcode-capabilities.php
[edit]
[-] class-wpcode-conditional-logic.php
[edit]
[+]
auto-insert
[-] class-wpcode-snippet-cache.php
[edit]
[-] class-wpcode-snippet-execute.php
[edit]
[-] class-wpcode-install.php
[edit]
[-] class-wpcode-settings.php
[edit]
[-] class-wpcode-snippet.php
[edit]
[-] post-type.php
[edit]
[+]
lite
[-] class-wpcode-auto-insert.php
[edit]