<?php
namespace Automattic\WooCommerce\Admin\API;
use Automattic\WooCommerce\Admin\PluginsHelper;
defined( 'ABSPATH' ) || exit;
class Notice extends \WC_REST_Data_Controller {
protected $namespace = 'wc-admin';
protected $rest_base = 'notice';
public function register_routes() {
register_rest_route(
$this->namespace,
'/' . $this->rest_base . '/dismiss',
array(
array(
'methods' => 'POST',