populate_options WordPress Action Hook
The populate_options hook is used to filter the default values for all options used in the WordPress Settings API. This hook is called whenever the default value for an option is being retrieved, and allows you to override the default value.
do_action( 'populate_options' ) #
Fires before creating WordPress options and populating their default values.