- 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:
Mykyta Synelnikov
2024-01-01 17:37:14 +02:00
parent 5a29496897
commit 2a6d84f8ff
8 changed files with 141 additions and 1749 deletions
+1 -1
View File
@@ -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 '';