Jake Vanderwerf
2026-02-10 172a8b4404ea4ef10801d4662a68c7503aef23e1
inc/rest/RestRouteManager.php
@@ -19,6 +19,7 @@
}
/**
 * @deprecated use Rest.php
 * Handles route registration and high-level coordination
 */
abstract class RestRouteManager
@@ -30,7 +31,7 @@
    protected string $route;
    protected string $base;
    protected string $content_type; //the registered post type
    protected string $type; //post, user, term, for MetaManager
    protected string $type; //post, user, term, for Meta
    protected string $action = ''; //optional additional nonce to check
    protected array $callback; //route->callback array
    protected string $operation_type; // from QueueManager.js and OperationQueue.php