You appear to be a bot. Output may be restricted
Description
Install, usually on an activation hook.
Usage
EDD_Requirements_Check::install();
Parameters
Returns
void
Source
File name: easy-digital-downloads/includes/class-edd-requirements-check.php
Lines:
1 to 14 of 14
public function install() { // Bootstrap to include all of the necessary files. $this->bootstrap(); // Network wide? $network_wide = ! empty( $_GET['networkwide'] ) ? (bool) $_GET['networkwide'] : false; // Call the installer directly during the activation hook. edd_install( $network_wide ); }