Undefined variable: description
-
In file: aioseop_class.php
Error: Notice: Undefined variable: description in /Users/…/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php on line 1027Line: 1027: $description = apply_filters( ‘aioseop_description’, $description );
Change to the following to fix:
if ( isset($description) ) $description = apply_filters( ‘aioseop_description’, $description );
Seen when accessing WooCommerce /shop page.
https://www.ads-software.com/extend/plugins/all-in-one-seo-pack/
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Undefined variable: description’ is closed to new replies.