LearnDash_Settings_Page::get_page_instance LearnDash_Settings_Page::get_page_instance( string $page_key = '' ) Function to get a specific setting page instance. ContentsDescription Parameters Return Source Changelog Related @package Description # Parameters # $page_key (string) (Optional) Page key to get instance of. Default value: '' Return # (LearnDash_Settings_Page|null) Page instance. Source # File: includes/settings/class-ld-settings-pages.php Changelog # Changelog Version Description 2.4.0 Introduced. Related # @package # LearnDash / Settings / Pages