schema configurations. * * @return array */ public function get_query_args() { return array(); } /** * Get the schema for the settings. * * @return array */ public function get_settings_schema() { return array(); } /** * Get links to include on the response. * * @return array */ public function get_links() { return array(); } }