# easy-invoice/2.2.0/templates/client-add-form.php

Easy Invoice – Invoice Generator, PDF Quotes &amp; Payments, version 2.2.0. 9 lines.

- Page: https://pluginprobe.com/plugins/easy-invoice/2.2.0/code/templates/client-add-form.php
- Raw: https://pluginprobe.com/plugins/easy-invoice/2.2.0/raw/templates/client-add-form.php
- Modified: 2025-08-14T09:51:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/easy-invoice/2.2.0/code/templates/client-add-form.php#L10-L20`.

```php
<?php
// Exit if accessed directly
if (!defined('ABSPATH')) {
    exit;
}

// Include the shared client form template
include_once EASY_INVOICE_PLUGIN_DIR . 'templates/client-form.php';
?> 
```
