upgrader_package_options, $options
upgrader_package_options, $options
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('upgrader_package_options, $options') is found 1 times:
- /wp-admin/includes/class-wp-upgrader.php line 818
* @type object $language_update The language pack update offer. * } * } */ $options = apply_filters( 'upgrader_package_options', $options ); if ( ! $options['is_multi'] ) { // Call $this->header separately if running multiple times. $this->skin->header(); } // Connect to the filesystem first.