WooCommerce Code Reference

Settings
in package

Settings controller.

The real controller was removed in 10.9 with the settings editor. This empty stub stays so an in-memory 10.8 controller list, still naming this class while the files are swapped to 10.9 during an update, can instantiate it instead of fataling on the deleted file. It registers nothing.

Tags
deprecated
10.9.0

Table of Contents

register_routes()  : void
Register routes. Intentionally a no-op.

Methods

register_routes()

Register routes. Intentionally a no-op.

public register_routes() : void
Return values
void