Filter hook 'wp_should_upgrade_global_tables'

in WP Core File wp-admin/includes/upgrade.php at line 3714

Description

Filters if upgrade routines should be run on global tables.

Occurrences

Filename Line Number
wp-admin/includes/upgrade.php 3714

Parameters

Type Name Description
bool $should_upgrade Whether to run the upgrade routines on global tables.

PHP Doc

/**
	 * Filters if upgrade routines should be run on global tables.
	 *
	 * @since 4.3.0
	 *
	 * @param bool $should_upgrade Whether to run the upgrade routines on global tables.
	 */