Current File : /home/pacjaorg/www/grants -mzee/wp-content/themes/attire/libs/StructuredData.class.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

class AttireStructuredData {

	function __construct() {
		add_action( 'attire_mainframe_div_attrs', array( $this, 'ItemType' ) );
		add_filter( 'attire_page_heading_main', array( $this, 'ItemName' ) );
	}

	function ItemType() {
		echo ' itemscope itemtype="http://schema.org/Product"';
	}

	function ItemName( $name ) {
		return '<span itemprop="name">' . esc_html( $name ) . '</span>';
	}

}

new AttireStructuredData();
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!