-
Notifications
You must be signed in to change notification settings - Fork 10
PHP 7.2 Compatibility #105
Copy link
Copy link
Closed
Description
As of PHP7.2, this will trigger a warning. This may be low-priority since this seems to only run on a cron job. At any rate, this should probably be updated.
Method name "Searchpress_CLI_Command::__apply_date_range" is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
Line 94 in 9755c9b
| public function __apply_date_range( $args ) { |
Reactions are currently unavailable