netpalantir
Results
1
comments of
netpalantir
My final code is like this: ``` define( 'XXX_VERSION', '2' ); // ... $cdpVersion = get_option('xxx_version'); if(!$cdpVersion) { $cdpVersion = '1'; } if($cdpVersion !== XXX_VERSION) { update_option('xxx_version', XXX_VERSION); require_once plugin_dir_path(...