getTemplate() : 'standard'; if (empty($current_template)) { $current_template = 'standard'; } // Get company information from settings $company_name = get_option('easy_invoice_company_name', __('Your Company Name', 'easy-invoice')); $company_address = get_option('easy_invoice_company_address', __('Your Company Address', 'easy-invoice')); $company_email = get_option('easy_invoice_company_email', 'info@yourcompany.com'); $company_phone = get_option('easy_invoice_company_phone', '+1 (555) 123-4567'); $company_website = get_option('easy_invoice_company_website', 'www.yourcompany.com'); ?>
The selected template "' . esc_html($current_template) . '" could not be loaded.
'; echo '