Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Integration_Buddypress::get_profile_endpoints_options()
Get profile endpoints options.
Description Description
Used to populate the settings’ select.
Return Return
(void)
Source Source
File: includes/integrations/class.llms.integration.buddypress.php
private function get_profile_endpoints_options() { $endpoints = $this->get_profile_endpoints( false ); return array_combine( array_keys( $endpoints ), array_column( $endpoints, 'title' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |