Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabiermi committed May 2, 2024
1 parent 6ca0f1c commit 469a9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnisend/class-omnisend-core-bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static function load(): void {
// phpcs:ignore because linter could not detect internal, but it is fine
add_filter('cron_schedules', 'Omnisend_Core_Bootstrap::cron_schedules'); // phpcs:ignore
add_action( 'rest_api_init', 'Omnisend_Core_Bootstrap::omnisend_register_connection_routes' );
add_action( 'admin_head', 'Omnisend_Core_Bootstrap::hide_notices' );
add_action( 'in_admin_header', 'Omnisend_Core_Bootstrap::hide_notices' );

add_action( 'admin_notices', 'Omnisend_Core_Bootstrap::admin_notices' );
add_action( 'admin_menu', 'Omnisend_Core_Bootstrap::add_admin_menu' );
Expand Down

0 comments on commit 469a9f3

Please sign in to comment.