| @@ -10,11 +10,15 @@ | ||
| 10 | 10 | return __( 'Tools', 'tier-pricing-table' ); |
| 11 | 11 | } |
| 12 | 12 | |
| 13 | 13 | public function getDescription(): string { |
| 14 | - return __( 'A collection of useful tools to manage your tiered pricing data. Includes cleanup utilities and more.', 'tier-pricing-table' ); | |
| 14 | + return __( 'Access utilities for managing and cleaning up tiered pricing data.', 'tier-pricing-table' ); | |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | + public function getIcon(): string { | |
| 18 | + return '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z"/></svg>'; | |
| 19 | + } | |
| 20 | + | |
| 17 | 21 | public function getSlug(): string { |
| 18 | 22 | return 'tools'; |
| 19 | 23 | } |
| 20 | 24 | |
| @@ -20,6 +24,7 @@ | ||
| 20 | 24 | |
| 21 | 25 | public function run() { |
| 22 | 26 | new ToolsEndpoints(); |
| 23 | 27 | new Settings(); |
| 28 | + new AdminUserHooks(); | |
| 24 | 29 | } |
| 25 | 30 | } |