AlkantarClanX12
Current Path : /home/thanudqk/thepball.com/wp-content/plugins/the-post-grid/lib/classes/ |
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;