Settings implements Standard_Service, Registerable, Conditional
This class handles our plugin settings page in the admin.
Tags
Interfaces, Classes and Traits
- Standard_Service
- Registerable
- Conditional
Table of Contents
- MENU_SLUG = 'document_library_pro'
- $plugin : mixed
- __construct() : mixed
- Constructor.
- add_settings_page() : mixed
- Register the Settings submenu page.
- is_required() : mixed
- {@inheritdoc}
- register() : mixed
- {@inheritdoc}
- render_settings_page() : mixed
- Render the Settings page.
- support_links() : void
- Support links for the settings page.
Constants
MENU_SLUG
public
mixed
MENU_SLUG
= 'document_library_pro'
Tags
Properties
$plugin
private
mixed
$plugin
Tags
Methods
__construct()
Constructor.
public
__construct(Licensed_Plugin $plugin) : mixed
Parameters
- $plugin : Licensed_Plugin
Tags
Return values
mixed —add_settings_page()
Register the Settings submenu page.
public
add_settings_page() : mixed
Tags
Return values
mixed —is_required()
{@inheritdoc}
public
is_required() : mixed
Tags
Return values
mixed —register()
{@inheritdoc}
public
register() : mixed
Tags
Return values
mixed —render_settings_page()
Render the Settings page.
public
render_settings_page() : mixed
Tags
Return values
mixed —support_links()
Support links for the settings page.
public
support_links() : void