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/person.php
<?php
/**
 * Shortcode - Person
 *
 * @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__( 'Email', 'rank-math' ),
		'email'
	);
	?>

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

	<?php
	$this->get_field(
		esc_html__( 'Gender', 'rank-math' ),
		'gender'
	);
	?>

	<?php
	$this->get_field(
		esc_html__( 'Job Title', 'rank-math' ),
		'jobTitle'
	);
	?>

</div>