upgrader_package_options

upgrader_package_options

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('upgrader_package_options') is found 1 times:

  • /wp-admin/includes/class-wp-upgrader.php line 796
    		 *         @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.