Submit
Path:
~
/
home
/
getwphos
/
public_html
/
shellfish
/
wp-content
/
plugins
/
templaza-framework
/
shortcodes
/
sidebar
/
File Content:
sidebar.php
<?php defined('TEMPLAZA_FRAMEWORK') or exit(); use TemPlazaFramework\Functions; if(!class_exists('TemplazaFramework_ShortCode_Sidebar')){ class TemplazaFramework_ShortCode_Sidebar extends TemplazaFramework_ShortCode { public function register(){ return array( 'id' => 'sidebar', 'icon' => 'el el-credit-card rotate-n90', 'title' => __('Sidebar'), 'param_title' => esc_html__('Sidebar Settings'), 'desc' => __('Load a sidebar.'), 'admin_label' => true, 'params' => array( array( 'id' => 'sidebar', 'type' => 'select', 'data' => 'sidebars', 'title' => __( 'Sidebar', 'templaza-framework' ), 'subtitle' => __( 'Select Sidebar.', 'templaza-framework' ), ), ) ); } } } ?>
Submit
FILE
FOLDER
Name
Size
Permission
Action
tmpl
---
0755
sidebar.php
1059 bytes
0644
N4ST4R_ID | Naxtarrr