diff --git a/contact-form-7-api.php b/contact-form-7-api.php index faf5618..c98b84a 100644 --- a/contact-form-7-api.php +++ b/contact-form-7-api.php @@ -26,7 +26,7 @@ define( 'QS_CF7_API_PLUGIN_PATH' , plugin_dir_path( __FILE__ ) ); -define( 'QS_CF7_API_INCLUDES_PATH' , plugin_dir_path( __FILE__ ). 'includes/' ); +define( 'QS_CF7_API_INCLUDES_PATH' , plugin_dir_path( __FILE__ )); define( 'QS_CF7_API_TEMPLATE_PATH' , get_template_directory() ); define( 'QS_CF7_API_ADMIN_JS_URL' , plugin_dir_url( __FILE__ ). 'assets/js/' ); define( 'QS_CF7_API_ADMIN_CSS_URL' , plugin_dir_url( __FILE__ ). 'assets/css/' );