![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets-rebuild.corals.io/wp-content/plugins/favorites/app/Views/settings/ |
<div class="wrap"> <h1><?php echo $this->plugin_name . ' '; _e('Settings', 'favorites'); ?></h1> <h2 class="nav-tab-wrapper"> <a class="nav-tab <?php if ( $tab == 'general' ) echo 'nav-tab-active'; ?>" href="options-general.php?page=simple-favorites"> <?php _e('General', 'favorites'); ?> </a> <a class="nav-tab <?php if ( $tab == 'users' ) echo 'nav-tab-active'; ?>" href="options-general.php?page=simple-favorites&tab=users"> <?php _e('Users', 'favorites'); ?> </a> <a class="nav-tab <?php if ( $tab == 'display' ) echo 'nav-tab-active'; ?>" href="options-general.php?page=simple-favorites&tab=display"> <?php _e('Display & Post Types', 'favorites'); ?> </a> </h2> <form method="post" enctype="multipart/form-data" action="options.php"> <?php include(Favorites\Helpers::view('settings/settings-' . $tab)); ?> <?php submit_button(); ?> </form> </div><!-- .wrap -->