null callback in add_settings_section

$callback = NULL means there is the $callback variable but it has no the value.

In this case, unless you add any setting fields by add_setting_field() and register those settings by register_setting(), you’ll get the Settings subheader on the Settings page without any content in this section.

Here is an old tutorial which can be useful to show what I’m talking about. See the third screenshot and the code above it.

Also: