diff --git a/door-status-config.php b/wp-spaceapi-consumer-config.php similarity index 100% rename from door-status-config.php rename to wp-spaceapi-consumer-config.php diff --git a/wp-spaceapi-consumer.php b/wp-spaceapi-consumer.php index 49dfd9d..38864c4 100644 --- a/wp-spaceapi-consumer.php +++ b/wp-spaceapi-consumer.php @@ -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; }