mirror of
https://github.com/WenPai-org/wp-domain-mapping.git
synced 2025-08-03 22:39:47 +08:00
Update wp-domain-mapping.php
This commit is contained in:
parent
8932ec9fa7
commit
a1869ff494
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: WP Domain Mapping
|
* Plugin Name: WP Domain Mapping
|
||||||
* Plugin URI: https://wenpai.org/plugins/wp-domain-mapping/
|
* Plugin URI: https://wenpai.org/plugins/wp-domain-mapping/
|
||||||
* Description: Map any site on a WordPress website to another domain with enhanced management features.
|
* Description: Map any site on a WordPress website to another domain with enhanced management features.
|
||||||
* Version: 2.1.0
|
* Version: 2.2.0
|
||||||
* Author: WPDomain.com
|
* Author: WPDomain.com
|
||||||
* Author URI: https://wpdomain.com/
|
* Author URI: https://wpdomain.com/
|
||||||
* Network: true
|
* Network: true
|
||||||
|
@ -20,7 +20,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Define plugin constants
|
// Define plugin constants
|
||||||
define( 'WP_DOMAIN_MAPPING_VERSION', '2.1.0' );
|
define( 'WP_DOMAIN_MAPPING_VERSION', '2.2.0' );
|
||||||
define( 'WP_DOMAIN_MAPPING_DIR_URL', plugin_dir_url( __FILE__ ) );
|
define( 'WP_DOMAIN_MAPPING_DIR_URL', plugin_dir_url( __FILE__ ) );
|
||||||
define( 'WP_DOMAIN_MAPPING_DIR_PATH', plugin_dir_path( __FILE__ ) );
|
define( 'WP_DOMAIN_MAPPING_DIR_PATH', plugin_dir_path( __FILE__ ) );
|
||||||
define( 'WP_DOMAIN_MAPPING_BASENAME', plugin_basename( __FILE__ ) );
|
define( 'WP_DOMAIN_MAPPING_BASENAME', plugin_basename( __FILE__ ) );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue