wp_get_update_data

wp_get_update_data

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_get_update_data') is found 1 times:

  • /wp-includes/update.php line 978
    	 *     @type string  $update_title Titles of available updates.
    	 * }
    	 * @param array $titles An array of update counts and UI strings for available updates.
    	 */
    	return apply_filters( 'wp_get_update_data', $update_data, $titles );
    }
    
    /**
     * Determines whether core should be updated.
     *
     * @since 2.8.0