<?php /** * Content shown after job listings in `[jobs]` shortcode. * * This template can be overridden by copying it to yourtheme/job_manager/job-listings-end.php. * * @see https://wpjobmanager.com/document/template-overrides/ * @author Automattic * @package WP Job Manager * @category Template * @version 1.15.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <span class="d-block mt-4"><?php esc_html_e( "Didn't see your job?", 'uptime' ); ?> <a href="#" class="hover-arrow"><?php esc_html_e( 'Drop your resumé', 'uptime' ); ?></a></span> </div>