plugin_name ); // Default tab when none is requested in the URL. $active_tab = 'display_options'; // Active tab comes from ?tab= (sanitised); highlights the matching nav link below. if ( isset( $_GET['tab'] ) ) { $active_tab = sanitize_text_field ( wp_unslash( $_GET['tab'] ) ); } ?>
plugin_name . '-admin-options.php'; } ?>
plugin_name . '-admin-fields-select.php'; } ?>
plugin_name . '-administrative-options.php'; } ?>