Moved the settings page under the settings menu

This commit is contained in:
2026-07-19 13:05:25 +02:00
parent 8c888b2960
commit 8032a92653
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -10,7 +10,7 @@ Features can be set to meet your exact needs for your table implementations. lik
== Description ==
Plugin's settings will display 'WP jQuery DataTable' tab
Plugin's settings will display 'WP jQuery DataTable' tab under 'Settings'.
1. WP Jquery Data table plugin can help the WordPress website owner to insert table anywhere for displaying any information in tabular form, which will also have some cool features like option of selecting no. of pages, columns and pagination to be displayed in one page along with the search option to access the relevant data immediately from the long table, saving time and effort.
2. This plugin is useful for exact needs for your table implementations.
@@ -71,6 +71,7 @@ Is this plugin prepared for multisites? Yes.
= 4.2.0 =
* Forked by [Michel Bats](https://batssoft.nl/).
* Bumped DataTables to version 2.3.8.
* Moved the settings page under the settings menu.
= 4.1.0 =
* Compatibility with WordPress version 6.7.1
+1 -1
View File
@@ -50,7 +50,7 @@ function wp_jdt_create_menu()
{
//create admin side menu
add_menu_page(__('WP jQuery DataTable Settings'), __('WP jQuery DataTable'), 'administrator', 'wp-jdt', 'wp_jdt_settings_page');
add_options_page(__('WP jQuery DataTable Settings'), __('WP jQuery DataTable'), 'administrator', 'wp-jdt', 'wp_jdt_settings_page');
//call register settings function
add_action('admin_init', 'wp_jdt_settings');