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'); $company_address = get_option('easy_invoice_company_address', 'Your Company Address'); $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 '