config file name change to reflect new project name
This commit is contained in:
@@ -24,7 +24,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
| still works out‑of‑the‑box.
|
||||
*/
|
||||
|
||||
$config_file = plugin_dir_path( __FILE__ ) . 'door-status-config.php';
|
||||
$config_file = plugin_dir_path( __FILE__ ) . 'wp-spaceapi-consumer-config.php';
|
||||
if ( file_exists( $config_file ) ) {
|
||||
require_once $config_file;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user