should_display()) { return; } wp_enqueue_style( 'thinkrank-admin-notices', THINKRANK_PLUGIN_URL . 'static/css/admin-notices.css', [], THINKRANK_VERSION ); } /** * Render the notice. * * @return void */ public function render(): void { if (!$this->should_display()) { return; } $reading_url = admin_url('options-reading.php'); ?>