HEX
Server: nginx/1.26.1
System: Linux 850a3e23ecee 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64
User: (1000)
PHP: 8.2.27
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/seo-by-rank-math/includes/modules/schema/shortcode/jobposting.php
<?php
/**
 * Shortcode - Job Posting
 *
 * @package    RankMath
 * @subpackage RankMath\Schema
 */

defined( 'ABSPATH' ) || exit;

$this->get_title();
$this->get_image();
?>
<div class="rank-math-review-data">

	<?php $this->get_description(); ?>

	<?php
	$this->get_field(
		esc_html__( 'Salary', 'rank-math' ),
		'baseSalary.value.value'
	);
	?>

	<?php
	$this->get_field(
		esc_html__( 'Salary Currency', 'rank-math' ),
		'baseSalary.currency'
	);
	?>

	<?php
	$this->get_field(
		esc_html__( 'Payroll', 'rank-math' ),
		'baseSalary.value.unitText'
	);
	?>

	<?php
	$this->get_field(
		esc_html__( 'Date Posted', 'rank-math' ),
		'datePosted'
	);
	?>

	<?php
	$this->get_field(
		esc_html__( 'Expiry Posted', 'rank-math' ),
		'validThrough'
	);
	?>

	<?php
	$this->get_field(
		esc_html__( 'Unpublish when expired', 'rank-math' ),
		'unpublish'
	);
	?>

	<?php
	$this->get_field(
		esc_html__( 'Employment Type ', 'rank-math' ),
		'employmentType'
	);
	?>

	<?php
	$this->get_field(
		esc_html__( 'Hiring Organization ', 'rank-math' ),
		'hiringOrganization.name'
	);
	?>

	<?php
	$this->get_field(
		esc_html__( 'Organization URL', 'rank-math' ),
		'hiringOrganization.sameAs'
	);
	?>

	<?php
	$this->get_field(
		esc_html__( 'Organization Logo', 'rank-math' ),
		'hiringOrganization.logo'
	);
	?>

	<?php
	$this->get_field(
		esc_html__( 'Location', 'rank-math' ),
		'jobLocation.address'
	);
	?>

</div>