Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
csr.star4hire.com
/
wp-content
/
plugins
/
wp-job-manager
/
templates
✏️
Editing: access-denied-browse-job_listings.php
<?php /** * Access denied message when attempting to browse job listings. * * This template can be overridden by copying it to yourtheme/job_manager/access-denied-browse-job_listings.php. * * @see https://wpjobmanager.com/document/template-overrides/ * @author Automattic * @package wp-job-manager * @category Template * @since 1.37.0 * @version 1.37.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <p class="job-manager-error"><?php _e( 'Sorry, you do not have permission to browse job listings.', 'wp-job-manager' ); ?></p>
💾 Save Changes
❌ Cancel