ACF_To_REST_API_Attachment_Controller::register_hooks PHP Method

register_hooks() public method

public register_hooks ( )
        public function register_hooks()
        {
            $this->type = 'attachment';
            parent::register_hooks();
        }
ACF_To_REST_API_Attachment_Controller