<?php
/**
 * Placeholder if no jobs are found in featured jobs widget.
 *
 * This template can be overridden by copying it to yourtheme/job_manager/content-widget-no-jobs-found.php.
 *
 * @see         https://wpjobmanager.com/document/template-overrides/
 * @author      Automattic
 * @package     wp-job-manager
 * @category    Template
 * @since       1.20.0
 * @version     1.20.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

/** Intentionally empty - override to modify the content **/
