get_data(); $AllTypes = $this->AllTypes(); $UserRoles = $this->get_user_role(); // include js css $ReadedJs = array( 'jquery' , 'thickbox' ); wp_enqueue_script( $this->PageSlug , $this->Url . $this->PluginSlug . '.js', $ReadedJs , $this->Ver ); wp_enqueue_style('thickbox'); if( version_compare( $wp_version , "3.7.2" , '>' ) ) { wp_enqueue_style( $this->PageSlug , $this->Url . $this->PluginSlug . '.css', array() , $this->Ver ); } else { wp_enqueue_style( $this->PageSlug , $this->Url . $this->PluginSlug . '-3.7.css', array() , $this->Ver ); } ?>