Remove calendar event limit
This commit is contained in:
@@ -95,7 +95,7 @@ class SP_Calendar extends SP_Custom_Post {
|
|||||||
$this->day = get_post_meta( $this->ID, 'sp_day', true );
|
$this->day = get_post_meta( $this->ID, 'sp_day', true );
|
||||||
|
|
||||||
if ( ! $this->number )
|
if ( ! $this->number )
|
||||||
$this->number = 500;
|
$this->number = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user