diff --git a/src/presenters/Whip_WPMessagePresenter.php b/src/presenters/Whip_WPMessagePresenter.php index 53dbb22..17610fd 100644 --- a/src/presenters/Whip_WPMessagePresenter.php +++ b/src/presenters/Whip_WPMessagePresenter.php @@ -55,21 +55,6 @@ public function registerHooks() { add_action( 'admin_notices', array( $this, 'renderMessage' ) ); } - /** - * Registers hooks to WordPress. - * - * @deprecated 1.2.0 Use the Whip_WPMessagePresenter::registerHooks() method instead. - * @codeCoverageIgnore - * - * @return void - * - * @phpcs:disable Generic.NamingConventions.CamelCapsFunctionName - */ - public function register_hooks() { - // phpcs:enable - self::registerHooks(); - } - /** * Renders the messages present in the global to notices. *