File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/qode-framework/inc/common/modules/user/core/class-qodeframeworkpageuser.php
Back
<?php class QodeFrameworkPageUser extends QodeFrameworkPage { function __construct( $params ) { parent::__construct( $params ); } function add_tab_element( $params ) { throw new BadMethodCallException(); } function add_section_element( $params ) { throw new BadMethodCallException(); } function add_row_element( $params ) { throw new BadMethodCallException(); } function add_repeater_element( $params ) { throw new BadMethodCallException(); } function add_field_element( $params ) { $params['type'] = 'user'; $params['default_value'] = isset( $params['default_value'] ) ? $params['default_value'] : ''; qode_framework_get_framework_root()->get_user_options()->set_option( $params['name'], $params['default_value'], $params['field_type'] ); parent::add_field_element( $params ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings