Changeset 3452102 for sureforms/trunk/plugin-loader.php
- Timestamp:
- 02/02/2026 01:04:42 PM (8 weeks ago)
- File:
-
- 1 edited
-
sureforms/trunk/plugin-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sureforms/trunk/plugin-loader.php
r3432711 r3452102 11 11 use SRFM\Admin\Admin; 12 12 use SRFM\Admin\Analytics; 13 use SRFM\Admin\Notice_Manager; 13 14 use SRFM\Inc\Activator; 14 15 use SRFM\Inc\Admin_Ajax; … … 210 211 if ( is_admin() ) { 211 212 Admin::get_instance(); 213 // phpcs:ignore /** @phpstan-ignore-next-line */ -- Class is loaded dynamically in WordPress 214 Notice_Manager::get_instance(); 212 215 } 213 216 Payments::get_instance();
Note: See TracChangeset
for help on using the changeset viewer.