possibly fixed ajax fetch

This commit is contained in:
2026-02-01 13:39:40 +01:00
parent 4bd996cd5c
commit 12b896e366
3 changed files with 24 additions and 25 deletions

View File

@@ -23,7 +23,7 @@ if ( ! defined( 'WPINC' ) ) {
die;
}
define( 'PARTNEREXPO_CORE_VERSION', '1.0.3' );
define( 'PARTNEREXPO_CORE_VERSION', '1.0.4' );
function activate_partnerexpo_core() {
require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php';