PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
qode-framework
/
inc
/
common
/
modules
/
front-end
/
core
<?php class QodeFrameworkRowFront extends QodeFrameworkRow { function __construct( $params ) { parent::__construct( $params ); } function add_repeater_element( $params ) { $params['type'] = 'front-end'; return parent::add_repeater_element( $params ); } function add_field_element( $params ) { $params['type'] = 'front-end'; parent::add_field_element( $params ); } }
[-] class-qodeframeworksectionfront.php
[edit]
[-] class-qodeframeworkoptionsfront.php
[edit]
[+]
..
[-] class-qodeframeworkpagefront.php
[edit]
[-] class-qodeframeworktabfront.php
[edit]
[-] class-qodeframeworkrowfront.php
[edit]