Fatal error in Ads Quick Edit
-
Description:
When opening Quick Edit for an ad in wp-admin, a fatal error is triggered because the quick edit template references the wrong class namespace.Behavior:
Class “AdvancedAds\Admin\Quick_Bulk_Edit” not found, thrown from views/admin/quick-edit.php.Root cause:
The template uses AdvancedAds\Admin\Quick_Bulk_Edit, but the class is defined as AdvancedAds\Admin\Ads\Quick_Bulk_Edit.Suggested fix:
Update the class reference in the quick edit template to AdvancedAds\Admin\Ads\Quick_Bulk_Edit (or import that class and call it directly).Advanced Ads 2.0.20
WordPress 6.9.4
PHP 8.4.15
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.