PATH:
home
/
thebhoeo
/
public_html
/
pashtoo
/
wp-content
/
themes
/
woodmart
/
inc
/
modules
/
layouts
/
admin
/
templates
<?php /** * Interface template. * * @package Woodmart * * @var Admin $admin Admin instance. */ use XTS\Modules\Layouts\Admin; ?> <div class="xts-add-layout"> <?php $admin->get_template( 'popup', array( 'btn_text' => '', 'title_text' => esc_html__( 'Create layout', 'woodmart' ), 'content' => $admin->get_form(), 'create_layout' => true, ) ); ?> <?php $admin->print_condition_template(); ?> <?php $admin->print_tabs(); ?> </div>
[-] create-form.php
[edit]
[-] status-button.php
[edit]
[-] edit-conditions.php
[edit]
[-] condition.php
[edit]
[-] predefined-layouts.php
[edit]
[-] popup.php
[edit]
[-] interface.php
[edit]
[+]
..
[-] tabs.php
[edit]