Skip to main content

GF_Background_Upgrader

GF_Background_Upgrader Class.

Source: includes/class-gf-background-upgrader.php:27

Details

  • Kind: class
  • Namespace: (global)
  • Extends: GF_Background_Process

Properties

PropertyTypeDescription
$actionstring

Methods

MethodDescription
get_data()Returns the data for the background upgrader.
is_queue_empty()Is the queue empty for all blogs?
is_updating()Is the updater running?

Method Reference

get_data()

public function get_data()

Returns the data for the background upgrader.

Returns

  • array

Since: 2.3

Source: includes/class-gf-background-upgrader.php:41

is_queue_empty()

public function is_queue_empty()

Is the queue empty for all blogs?

Returns

  • bool

Since: 2.3

Source: includes/class-gf-background-upgrader.php:52

is_updating()

public function is_updating()

Is the updater running?

Returns

  • boolean

Source: includes/class-gf-background-upgrader.php:60