populate_options action-hook . WP 2.6.0
Fires before creating WordPress options and populating their default values.
Usage
add_action( 'populate_options', 'action_function_name_3661' ); function action_function_name_3661(){ // action... }
Changelog
Since 2.6.0 | Introduced. |
Where the hook is called
populate_options
wp-admin/includes/schema.php 370
do_action( 'populate_options' );