GoogleReviews_Websites

Class GoogleReviews_Websites.


Description Description

See also See also


Top ↑

Source Source

File: mortgage-google-review/inc/GoogleReviews_Websites.php

class GoogleReviews_Websites extends MP_Websites{

	/**
	 * GoogleReviews_Websites constructor.
	 *
	 * @see     'MP_Websites::__construct()'
	 *
	 * @access public
	 * @since 1.0.0
	 */
	public function __construct() {

		parent::__construct();

		$this->website_post_type = 'gr_embedd_websites';
	}

	/**
	 * Register Website post type.
	 *
	 * @see     'MP_Websites::register()'
	 *
	 * @access public
	 * @since  1.0.0
	 * @return \WP_Error|\WP_Post_Type
	 */
	public function register() {
		return $this->_register($this->website_post_type, 'mortgage_google_widget');
	}

}

Top ↑

Methods Methods


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.