[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-core/admin/ -> bp-core-admin-optouts.php (summary)

BuddyPress Opt-outs management.

File Size: 464 lines (13 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  bp_core_optouts_admin_load()
  bp_core_get_optouts_notice()
  bp_core_optouts_admin()
  bp_core_optouts_admin_index()
  bp_core_optouts_admin_manage()

Functions
Functions that are not part of a class:

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.

since: 8.0.0
return: array

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.

param: string $action Delete or resend optout.
since: 8.0.0
return: null|false



Generated: Wed Apr 24 01:01:03 2024 Cross-referenced by PHPXref 0.7.1