Screen_Options::init()
Initialize the screen options.
Source
File: src/Tickets/Admin/Tickets/Screen_Options.php
public function init() {
$this->add_hooks();
}
Changelog
| Version | Description |
|---|---|
| 5.14.0 | Introduced. |
Initialize the screen options.
File: src/Tickets/Admin/Tickets/Screen_Options.php
public function init() {
$this->add_hooks();
}
| Version | Description |
|---|---|
| 5.14.0 | Introduced. |