Temporary WP 4.4 PHP errors Fix
To everyone having issues after updating to WordPress 4.4 please do the following changes:
1. Edit the main file:
gofetch-jobs.php
2. Search for this piece of PHP code:
PHP Code:
require_once 'includes/options.php';
3. Replace it with this one:
PHP Code:
require_once 'includes/settings.php';
4. Rename the file
options.php in
../gofetch-jobs/includes/options.php to
settings.php
I'll release an official fix meanwhile.