upgrader_package_options

upgrader_package_options

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('upgrader_package_options') is found 1 times:

  • /wp-admin/includes/class-wp-upgrader.php line 814
    810
    811
    812
    813
    814
    815
    816
    817
    818
    819
    820
    *         @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.