PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
inc
/
admin
/
panel
/
sections
<?php /** * Flatsome Features * * @package Flatsome\Admin */ ?> <div id="tab-features"> <div class="col cols panel flatsome-panel"> <div class="inner-panel"> <form method="post" action="options.php"> <?php settings_errors(); ?> <?php settings_fields( 'flatsome-features' ); ?> <?php do_settings_sections( 'flatsome-features' ); ?> <?php submit_button( '', 'primary large' ); ?> </form> </div> </div> </div>
[-] tab-guide.php
[edit]
[-] tab-features.php
[edit]
[-] tab-changelog.php
[edit]
[-] tab-support.php
[edit]
[-] tab-tutorials.php
[edit]
[-] top.php
[edit]
[-] tab-status.php
[edit]
[-] tab-activate.php
[edit]
[-] tab-plugins.php
[edit]
[+]
..