• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
WooCommerce a2z

WooCommerce a2z

WooCommerce

  • Home
  • Plugins
  • Blocks
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / Files / includes/abstracts/class-wc-background-process.php


Lines:

1 to 31 of 31
<?php

/**
 * Abstract WP_Background_Process class.
 *
 * Uses https://github.com/A5hleyRich/wp-background-processing to handle DB
 * updates in the background.
 *
 * @package WooCommerce\Classes
 */

defined( 'ABSPATH' ) || exit;

if ( ! class_exists( 'WP_Async_Request', false ) ) {
  include_once dirname( WC_PLUGIN_FILE ) . '/includes/libraries/wp-async-request.php';
}

if ( ! class_exists( 'WP_Background_Process', false ) ) {
  include_once dirname( WC_PLUGIN_FILE ) . '/includes/libraries/wp-background-process.php';
}

/* class WC_Background_Process */
/* function WC_Background_Process::is_queue_empty() – Is queue empty. */
/* function WC_Background_Process::get_batch() – Get batch. */
/* function WC_Background_Process::batch_limit_exceeded() – See if the batch limit has been exceeded. */
/* function WC_Background_Process::handle() – Handle. */
/* function WC_Background_Process::get_memory_limit() – Get memory limit. */
/* function WC_Background_Process::schedule_cron_healthcheck() – Schedule cron healthcheck. */
/* function WC_Background_Process::delete_all_batches() – Delete all batches. */
/* function WC_Background_Process::kill_process() – Kill process. */
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      File name: includes/abstracts/class-wc-background-process.php
      Plugin ref: WooCommerce
      Version: 4.8.0
      Deprecated?: No
      API Letters: A,B,C,I,W

      Published: 26th November 2019 | Last updated: 10th December 2020

      Primary Sidebar

      Information

      File name: includes/abstracts/class-wc-background-process.php
      Plugin ref: WooCommerce
      Version: 4.8.0
      Deprecated?: No
      API Letters: A,B,C,I,W

      includes/abstracts

      Footer

      WooCommerce a2z
      WooCommerce a2z
      WooCommerce
      WordPress 5.6
      WordPress a2z
      WordPress core a2z
      Genesis Theme Framework a2z
      Jetpack a2z
      WordPress develop tests
      Easy Digital Downloads a2z
      WooCommerce a2z
      Yoast SEO a2z
      WordPress Blocks

      Site:  woocommerce.wp-a2z.org
      © Copyright WooCommerce a2z 2014-2021. All rights reserved.


      Website designed and developed by Herb Miller
      Proudly powered by WordPress and oik plugins

      • Home
      • Blog
      • Sitemap
      • Sites