Describe the bug
If the plugin is activated and its directory name is anything other than boldgrid-backup, a fatal error will occur:
Fatal error: Uncaught Error: Call to a member function wordpress_option_updated() on null
in wp-content/plugins/boldgrid-backup-stop/includes/class-boldgrid-backup-activator.php on line 136
To Reproduce
Steps to reproduce the behavior:
Install the plugin and rename its directory
Activate the plugin
Expected behavior
The plugin should avoid a fatal error in this case, checking to see what the proper path of the plugin files are instead or relying on boldgrid-backup
Describe the bug If the plugin is activated and its directory name is anything other than
boldgrid-backup
, a fatal error will occur:To Reproduce Steps to reproduce the behavior:
Expected behavior The plugin should avoid a fatal error in this case, checking to see what the proper path of the plugin files are instead or relying on
boldgrid-backup
Additional context This issue was reported on the WordPress.org Forums here