add_meta_box( ... )

Adds a meta box to one or more screens.

Parameters:
  • $id string
  • $title string
  • $callback callable
  • $screen string | array | WP_Screen
  • ... 3 more