sports_bench_save_game

Saves the data for the game that’s being added/edited.

If you are customizing the add/edit game form with your own fields and columns you can use this filter to save that information.

Parameters

  • array $request — The array of information from the submitted form.

Returns

  • array — The saved information for the game.

Since: 2.0

Source

  • /includes/classes/screens/admin/class-games-screen.php — 574