Fatal error with – WP_Job_Manager_Form
-
We are having a fatal error generated which we track down to this “WP_Job_Manager_Form” that extend with jobs posting class but in plugin there is no class of this name, but the class with name “WP_Job_Manager_Forms” (extra “s” at the end) on this path wp-content/plugins/wp-job-manager/includes/forms/class-wp-job-manager-form-submit-job.php
Is this a bug in the plugin or is there a work around for this??
Modifying the “WP_Job_Manager_Form” directly to “WP_Job_Manager_Forms” solves issue but is not best practice to modify plugin direct since updates overwrite this fix.
Any help would be greatly appreciated 😉
The topic ‘Fatal error with – WP_Job_Manager_Form’ is closed to new replies.