plain
1 week ago
admin-expiring-job.php
6 years ago
admin-new-job.php
6 years ago
admin-updated-job.php
6 years ago
email-footer.php
2 years ago
email-header.php
2 years ago
email-job-details.php
7 years ago
email-styles.php
2 years ago
employer-expiring-job.php
6 years ago
email-footer.php
32 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Footer for email notifications. |
| 4 | * |
| 5 | * This template can be overridden by copying it to yourtheme/job_manager/emails/email-footer.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 | ?> |
| 18 | |
| 19 | </div> |
| 20 | |
| 21 | <!--[if mso]> |
| 22 | </td> |
| 23 | <td style="padding:0px;margin:0px;"> </td> |
| 24 | </tr> |
| 25 | <tr><td colspan="3" style="padding:0px;margin:0px;font-size:20px;height:20px;" height="20"> </td></tr> |
| 26 | </table> |
| 27 | <![endif]--> |
| 28 | |
| 29 | </div> |
| 30 | </body> |
| 31 | </html> |
| 32 |