Skip to content
Georgi Popov edited this page Aug 5, 2013 · 2 revisions

The Censeo_Page class is used to add WordPress admin panel pages.

Properties

Protected:

  1. $id
  2. $parent

Public:

  1. $title
  2. $capability
  3. $icon
  4. $position

Methods

Public:

  1. __construct(string $id, string $title, [string $capability = 'administrator', (bool|$id) $parent = false])
  2. get_id()
  3. get_parent()
  4. init()
  5. render()
Clone this wiki locally