Changeset 3338291
- Timestamp:
- 08/02/2025 05:11:24 PM (8 months ago)
- Location:
- stylish-google-sheet-reader
- Files:
-
- 2 edited
-
tags/5.0/functions-admin.php (modified) (1 diff)
-
trunk/functions-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stylish-google-sheet-reader/tags/5.0/functions-admin.php
r3338275 r3338291 59 59 // ============================================= 60 60 61 add_menu_page ( 'Menu', 'Stylish Google Sheet Reader '.$pro, 'manage_options', 'main_menu_sgsr', 'sgsr_home', 'dashicons- money-alt' );61 add_menu_page ( 'Menu', 'Stylish Google Sheet Reader '.$pro, 'manage_options', 'main_menu_sgsr', 'sgsr_home', 'dashicons-editor-table' ); 62 62 63 63 add_submenu_page ( 'main_menu_sgsr', 'sgsr_create_new', 'Add New Datatable', 'manage_options','sgsr_create_new' ,'sgsr_create_new', ''); -
stylish-google-sheet-reader/trunk/functions-admin.php
r3338275 r3338291 59 59 // ============================================= 60 60 61 add_menu_page ( 'Menu', 'Stylish Google Sheet Reader '.$pro, 'manage_options', 'main_menu_sgsr', 'sgsr_home', 'dashicons- money-alt' );61 add_menu_page ( 'Menu', 'Stylish Google Sheet Reader '.$pro, 'manage_options', 'main_menu_sgsr', 'sgsr_home', 'dashicons-editor-table' ); 62 62 63 63 add_submenu_page ( 'main_menu_sgsr', 'sgsr_create_new', 'Add New Datatable', 'manage_options','sgsr_create_new' ,'sgsr_create_new', '');
Note: See TracChangeset
for help on using the changeset viewer.