LearnDash_Settings_Page
Absract for LearnDash Settings Pages.
Description Description
Source Source
File: includes/settings/class-ld-settings-pages.php
Changelog Changelog
Version | Description |
---|---|
2.4.0 | Introduced. |
Methods Methods
- __construct — Public constructor for class
- add_page_instance — Function to set/add setting page to instances array.
- admin_init — Action hook to handle admin_init processing from WP.
- admin_menu — Action hook to handle admin_menu processing from WP.
- admin_tabs — Action hook to handle admin_tabs processing from LearnDash.
- get_admin_page_form — Class utility function to return the form wrapper. Supports the beginning an ending .
- get_admin_page_title — Class utility function to return the settings page title.
- get_page_instance — Function to get a specific setting page instance.
- load_footer_scripts — Action hook to handle footer JS/CSS added footer
- load_settings_page — Action hook to handle current settings page load.
- screen_layout_column — Action hook to handle current settings page layout columns.
- show_settings_page — Fucntion to handle showing of Settings page. This is the main function for all visible output. Extending classes can implement its own function.