strings; $license = trim( get_option( $this->theme_slug . '_license_key' ) ); $status = get_option( $this->theme_slug . '_license_key_status', false ); // Checks license status to display under license key. if ( ! $license ) { $message = $strings['enter-key']; } else { if ( ! get_transient( $this->theme_slug . '_license_message', false ) ) { set_transient( $this->theme_slug . '_license_message', EDD_Theme_Helper::check_license(), ( 60 * 60 * 24 ) ); } $message = get_transient( $this->theme_slug . '_license_message' ); } $theme = wp_get_theme(); if ( $theme->parent_theme ) { $template_dir = basename( get_template_directory() ); $theme = wp_get_theme( $template_dir ); } $macho_version = $theme->get( 'Version' ); ?>
theme_slug . '-license' ); ?>

theme_slug . '_nonce', $this->theme_slug . '_nonce' ); ?>