warning message in php 7.2
-
I’m seeing the following warning message when using php 7.2:
Warning: Use of undefined constant last_com – assumed ‘last_com’ (this will throw an Error in a future version of PHP) in
/home/class211/public_html/wp-content/plugins/cache-control/cache-control.php on line 261
Looks like it should be $last_com on that line rather than last_com.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘warning message in php 7.2’ is closed to new replies.