PluginProbe
Simple Analytics / 1.110
Simple Analytics v1.110
1.110 1.109 1.108 1.107 1.106 1.73 1.74 1.75 1.76 1.77 1.78 1.79 1.8 1.80 1.81 1.82 1.83 1.84 1.85 1.86 1.87 1.88 1.89 1.9 1.90 All 99 releases
← All changes | src/Settings/Concerns/WordPressPageIntegration.php +3 -0 1.831.110 View file →
@@ -7,8 +7,11 @@
7 7 use SimpleAnalytics\UI\PageLayoutComponent;
8 8
9 9 trait WordPressPageIntegration
10 10 {
11 + /** @return Tab[] */
12 + abstract function getTabs(): array;
13 +
11 14 public function register(): void
12 15 {
13 16 add_action('admin_menu', [$this, 'wpAddMenu']);
14 17 add_action('admin_init', [$this, 'wpAddFields']);