async_update_translation

async_update_translation

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('async_update_translation') is found 1 times:

  • /wp-admin/includes/class-language-pack-upgrader.php line 81
    			 *
    			 * @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 ] );
    			}
    		}