templates_path = um_path . 'includes/admin/templates/'; add_action( 'admin_init', array( &$this, 'admin_init' ), 0 ); add_action( 'admin_notices', array( $this, 'check_wrong_install_folder' ), 3 ); } /** * Check if plugin is installed with correct folder */ function check_wrong_install_folder() { $invalid_folder = false; $slug_array = explode( '/', um_plugin ); if ( $slug_array[0] != 'ultimate-member' ) $invalid_folder = true; if ( $invalid_folder ) { ?>

%s with wrong folder name. Correct folder name is "ultimate-member".', 'ultimate-member' ), ultimatemember_plugin_name ) ?>