Need PHP 8.1 Support!
-
For support php 8x (8.1) add to file:
wp-content/plugins/all-in-one-seo-pack/app/Common/Meta/Robots.php
before row:
$this->attributes = array_filter( apply_filters( ‘aioseo_robots_meta’, $this->attributes ) );
This row:
if(is_array($array = apply_filters( ‘aioseo_robots_meta’, $this->attributes)))
Result:
if(is_array($array = apply_filters( ‘aioseo_robots_meta’, $this->attributes)))
$this->attributes = array_filter( apply_filters( ‘aioseo_robots_meta’, $this->attributes ) );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Need PHP 8.1 Support!’ is closed to new replies.