async_update_translation

async_update_translation

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('async_update_translation') is found 1 times:

  • /wp-admin/includes/class-language-pack-upgrader.php line 81
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
         *
         * @param bool   $update          Whether to update.
         * @param object $language_update The update offer.
         */
        $update = apply_filters( 'async_update_translation', $update, $language_update );
     
        if ( ! $update ) {
            unset( $language_updates[ $key ] );
        }
    }