Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
- ISOFakeParticipant
Hi,
Yep. It is possible.
To change the day, please find this file:
\wp-content\plugins\wc-frontend-manager\core\class-wcfm-non-ajax.phpAnd locate this code:
$query[‘where’] .= “AND posts.post_date >= ‘” . date( ‘Y-m-d’, strtotime( ‘-7 DAY’, current_time( ‘timestamp’ ) ) ) . “‘ “;Just change .date to your start date and it should be good to go.
Thanks
- AuthorPosts
Viewing 1 post (of 1 total)