16
16
* Author URI: https://codeboxr.com
17
17
* License: GPL-2.0+
18
18
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
19
- * Text Domain: cbxdevtoolkit
19
+ * Text Domain: cbxcareertoolkit
20
20
* Domain Path: /languages
21
21
*/
22
22
25
25
die;
26
26
}
27
27
28
- defined ('CBXCAREER_TOOLKIT_PLUGIN_NAME ' ) or define ('CBXCAREER_TOOLKIT_PLUGIN_NAME ' , 'cbxdevtoolkit ' );
28
+ defined ('CBXCAREER_TOOLKIT_PLUGIN_NAME ' ) or define ('CBXCAREER_TOOLKIT_PLUGIN_NAME ' , 'cbxcareertoolkit ' );
29
29
defined ('CBXCAREER_TOOLKIT_PLUGIN_VERSION ' ) or define ('CBXCAREER_TOOLKIT_PLUGIN_VERSION ' , '1.0.0 ' );
30
30
defined ('CBXCAREER_TOOLKIT_BASE_NAME ' ) or define ('CBXCAREER_TOOLKIT_BASE_NAME ' , plugin_basename (__FILE__ ));
31
31
defined ('CBXCAREER_TOOLKIT_ROOT_PATH ' ) or define ('CBXCAREER_TOOLKIT_ROOT_PATH ' , plugin_dir_path (__FILE__ ));
@@ -46,12 +46,12 @@ function activate_cbx_career_toolkit()
46
46
{
47
47
// if ( ! cbxcareer_toolkit_compatible_wp_version() ) {
48
48
// deactivate_plugins( plugin_basename( __FILE__ ) );
49
- // wp_die( __( 'CBX Dev toolkit plugin requires WordPress 3.5 or higher!', 'cbxdevtoolkit ' ) );
49
+ // wp_die( __( 'CBX Dev toolkit plugin requires WordPress 3.5 or higher!', 'cbxcareertoolkit ' ) );
50
50
// }
51
51
//
52
52
// if ( ! cbxcareer_toolkit_compatible_php_version() ) {
53
53
// deactivate_plugins( plugin_basename( __FILE__ ) );
54
- // wp_die( __( 'CBX Dev toolkit plugin requires PHP 7.4 or higher!', 'cbxdevtoolkit ' ) );
54
+ // wp_die( __( 'CBX Dev toolkit plugin requires PHP 7.4 or higher!', 'cbxcareertoolkit ' ) );
55
55
// }
56
56
57
57
\Cbx \Careertoolkit \CBXCareertoolkit::activate ();
0 commit comments