forgot to call register function

This commit is contained in:
2026-02-01 12:54:54 +01:00
parent 453b8d70cd
commit e5419f9495
3 changed files with 33 additions and 31 deletions

View File

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