register_routes(); } /** * Get the action to use for registering the service. * * @since 1.7.0 * * @return string Registration action to use. */ public static function get_registration_action(): string { return 'rest_api_init'; } /** * Get the action priority to use for registering the service. * * @since 1.7.0 * * @return int Registration action priority to use. */ public static function get_registration_action_priority(): int { return 100; } }