Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
thepassage.overlookedtracks.com
/
wp-content9
/
plugins
/
wp-job-manager
/
templates
/
Editing: content-widget-no-jobs-found.php
<?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 **/
Save
Cancel