1616 * Author URI: https://codeboxr.com
1717 * License: GPL-2.0+
1818 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
19- * Text Domain: cbxdevtoolkit
19+ * Text Domain: cbxcareertoolkit
2020 * Domain Path: /languages
2121 */
2222
2525 die;
2626}
2727
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 ' );
2929defined ('CBXCAREER_TOOLKIT_PLUGIN_VERSION ' ) or define ('CBXCAREER_TOOLKIT_PLUGIN_VERSION ' , '1.0.0 ' );
3030defined ('CBXCAREER_TOOLKIT_BASE_NAME ' ) or define ('CBXCAREER_TOOLKIT_BASE_NAME ' , plugin_basename (__FILE__ ));
3131defined ('CBXCAREER_TOOLKIT_ROOT_PATH ' ) or define ('CBXCAREER_TOOLKIT_ROOT_PATH ' , plugin_dir_path (__FILE__ ));
@@ -46,12 +46,12 @@ function activate_cbx_career_toolkit()
4646{
4747 // if ( ! cbxcareer_toolkit_compatible_wp_version() ) {
4848// 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 ' ) );
5050// }
5151//
5252// if ( ! cbxcareer_toolkit_compatible_php_version() ) {
5353// 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 ' ) );
5555// }
5656
5757 \Cbx \Careertoolkit \CBXCareertoolkit::activate ();
0 commit comments