Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```