Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lessmore92/wp-jalali
WP-Jalali with PHP 8.* support
https://github.com/lessmore92/wp-jalali
php8 wp wp-jalali wp-plugin
Last synced: about 1 month ago
JSON representation
WP-Jalali with PHP 8.* support
- Host: GitHub
- URL: https://github.com/lessmore92/wp-jalali
- Owner: lessmore92
- Created: 2023-08-01T12:57:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T13:43:58.000Z (over 1 year ago)
- Last Synced: 2023-08-01T15:05:05.134Z (over 1 year ago)
- Topics: php8, wp, wp-jalali, wp-plugin
- Language: PHP
- Homepage:
- Size: 315 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WP-Jalali Support PHP 8.*
The only onc changed file is `lib/date.php`
The below errors are fixed.
```
PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /wp-content/plugins/wp-jalali/lib/date.php on line 96
PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /wp-content/plugins/wp-jalali/lib/date.php on line 96
PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /wp-content/plugins/wp-jalali/lib/date.php on line 283
PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /wp-content/plugins/wp-jalali/lib/date.php on line 283
```