You appear to be a bot. Output may be restricted
Description
Current Month
Usage
$void = EDD_Payments_Query::month();
Parameters
Returns
void
Source
File name: easy-digital-downloads/includes/payments/class-payments-query.php
Lines:
1 to 8 of 8
public function month() { if ( ! isset ( $this->args['month'] ) ) { return; } $this->__set( 'monthnum', $this->args['month'] ); $this->__unset( 'month' ); }