Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
elementskit-lite
/
modules
/
header-footer
/
theme-hooks
:
my-listing.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace ElementsKit_Lite\Modules\Header_Footer\Theme_Hooks; defined( 'ABSPATH' ) || exit; /** * MyListing support for the header footer. */ class MyListing { /** * Run all the Actions / Filters. */ function __construct( $template_ids ) { global $elementskit_template_ids; $elementskit_template_ids = $template_ids; include 'my-listing-functions.php'; } }