Plugin::get_admin()

Get the admin.


Description

Returns the Admin object that allows access to various admin sections like the menu or custom post type definitions.


Return

(\Vimeotheque\Admin\Admin)


Source

File: includes/libs/plugin.class.php

	public function get_admin(){
		if( is_null( $this->admin ) ){
			$this->add_admin();
		}
		return $this->admin;
	}

Start your video site now!

Manage and coordinate your Vimeo channels, albums or videos with your WordPress website. Perfect fit for membership, portfolio, online courses or any type of video collection.

Get Vimeotheque PRO!