AlkantarClanX12

Your IP : 3.147.86.246


Current Path : /home/thanudqk/thepball.com/wp-content/plugins/the-post-grid/lib/classes/
Upload File :
Current File : /home/thanudqk/thepball.com/wp-content/plugins/the-post-grid/lib/classes/rtTPGInitWidget.php

<?php

if(!class_exists('rtTPGInitWidget')):

	/**
	 *
	 */
	class rtTPGInitWidget
	{

		function __construct()
		{
			add_action( 'widgets_init', array($this, 'initWidget'));
		}


		function initWidget(){
			global $rtTPG;
			$rtTPG->loadWidget( $rtTPG->widgetsPath );
		}
	}


endif;