Videos That Delight
Videos That Delight
) ) { $memory_limit = ini_get( 'memory_limit' ); } else { // Sensible default. $memory_limit = '1024M'; } if (empty($memory_limit) || -1 == (int) $memory_limit ) { // Unlimited, set to 32GB. $memory_limit = '32000M'; } return intval( $memory_limit ) * 1024 * 1024; } /** * Complete * * Override if applicable, but ensure that the below actions are * performed, or, call parent::complete(). */ protected function complete() { global $wpMail; $wpMail -> admin_notification_queue_complete(); parent::complete(); // Show notice to user or perform some other arbitrary task... } public function debug($var = array()) { echo '
' . print_r($var, true) . ''; } } }
Videos That Delight
Videos That Delight