mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- removed Install Info handlers;
- updated handlers for the wp-admin settings; - avoid double generate sections (hidden process); - nav tabs and subtabs using WordPress native CSS;
This commit is contained in:
@@ -52,7 +52,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Forms' ) ) {
|
||||
* @param bool $echo
|
||||
* @return string
|
||||
*/
|
||||
function render_form( $echo = true ) {
|
||||
public function render_form( $echo = true ) {
|
||||
|
||||
if ( empty( $this->form_data['fields'] ) ) {
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user