• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Easy Digital Downloads a2z

Easy Digital Downloads a2z

Easy Digital Downloads a2z

  • Home
  • Plugins
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / APIs / EDD_Requirements_Check::load() – Load normally

You appear to be a bot. Output may be restricted

Description

Load normally

Usage

EDD_Requirements_Check::load();

Parameters

Returns

void

Source

File name: easy-digital-downloads/includes/class-edd-requirements-check.php


Lines:

1 to 21 of 21
  private function load() {

    require_once dirname( $this->file ) . '/vendor/autoload.php';

    // Maybe include the bundled bootstrapper
    if ( ! class_exists( 'Easy_Digital_Downloads' ) ) {
      require_once dirname( $this->file ) . '/includes/class-easy-digital-downloads.php';
    }

    // Maybe hook-in the bootstrapper
    if ( class_exists( 'Easy_Digital_Downloads' ) ) {

      // Bootstrap to plugins_loaded before priority 10 to make sure
      // add-ons are loaded after us.
      add_action( 'plugins_loaded', array( $this, 'bootstrap' ), 4 );

      // Register the activation hook
      register_activation_hook( $this->file, array( $this, 'install' ) );
    }
  }
 

 View on GitHub View on Trac

Published: 14th September 2022 | Last updated: 11th August 2023

Primary Sidebar

Information

Function name: EDD_Requirements_Check::load
Class ref: EDD_Requirements_Check
Plugin ref: Easy Digital Downloads
Version: 3.1.5
Sourcefile: includes/class-edd-requirements-check.php
File ref: includes/class-edd-requirements-check.php
Deprecated?: No
API Letters: C,E,L,R

Footer

Easy Digital Downloads a2z
Easy Digital Downloads a2z
Easy Digital Downloads a2z
WordPress 6.3.1
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:  edd.wp-a2z.org
© Copyright Easy Digital Downloads a2z 2014-2023. All rights reserved.


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