get_data( 'user_role' ); $UserRoles = $this->get_user_role(); // include js css $ReadedJs = array( 'jquery' , 'jquery-ui-sortable' ); wp_enqueue_script( $this->PageSlug , $this->Url . $this->PluginSlug . '.js', $ReadedJs , $this->Ver ); if ( version_compare( $wp_version , '3.8' , '<' ) ) { wp_enqueue_style( $this->PageSlug , $this->Url . $this->PluginSlug . '-3.7.css', array() , $this->Ver ); } else { wp_enqueue_style( $this->PageSlug , $this->Url . $this->PluginSlug . '.css', array() , $this->Ver ); } ?>