admin-expiring-job.php
6 years ago
admin-new-job.php
6 years ago
admin-updated-job.php
6 years ago
email-footer.php
7 years ago
email-header.php
7 years ago
email-job-details.php
7 years ago
employer-expiring-job.php
6 years ago
email-header.php
17 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Header for email notifications. |
| 4 | * |
| 5 | * This template can be overridden by copying it to yourtheme/job_manager/emails/plain/email-header.php. |
| 6 | * |
| 7 | * @see https://wpjobmanager.com/document/template-overrides/ |
| 8 | * @author Automattic |
| 9 | * @package wp-job-manager |
| 10 | * @category Template |
| 11 | * @version 1.31.0 |
| 12 | */ |
| 13 | |
| 14 | if ( ! defined( 'ABSPATH' ) ) { |
| 15 | exit; // Exit if accessed directly. |
| 16 | } |
| 17 |