[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Opt-outs management.
File Size: | 464 lines (13 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
bp_core_optouts_admin_load() X-Ref |
Set up the Opt-outs admin page. Loaded before the page is rendered, this function does all initial setup, including: processing form requests, registering contextual help, and setting up screen options. since: 8.0.0 |
bp_core_get_optouts_notice() X-Ref |
Get admin notice when viewing the optouts management page. return: array since: 8.0.0 |
bp_core_optouts_admin() X-Ref |
Opt-outs admin page router. Depending on the context, display - the list of optouts, - or the delete confirmation screen, Also prepare the admin notices. since: 8.0.0 |
bp_core_optouts_admin_index() X-Ref |
This is the list of optouts. since: 8.0.0 |
bp_core_optouts_admin_manage( $action = '' ) X-Ref |
This is the confirmation screen for actions. return: null|false param: string $action Delete or resend optout. since: 8.0.0 |
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |