AAM::api()
Less than 1 minute
Alpha 5
This is the documentation for the AAM 7.0.0-alpha.5 release. We are actively working on the documentation that may change before stable release announcement. Join our alpha team, and as a token of appreciation for helping improve AAM, you'll receive a complimentary premium add-on!
Definition
class AAM_Core_Gateway {
public urls(mixed $context) : AAM_Framework_Service_Urls
public api_routes(mixed $context) : AAM_Framework_Service_ApiRoutes
public jwts(mixed $context) : AAM_Framework_Service_Jwts
public login_redirect(mixed $context) : AAM_Framework_Service_LoginRedirect
public logout_redirect(mixed $context) : AAM_Framework_Service_LogoutRedirect
public backend_menu(mixed $context) : AAM_Framework_Service_BackendMenu
public admin_toolbar(mixed $context) : AAM_Framework_Service_AdminToolbar
public metaboxes(mixed $context) : AAM_Framework_Service_Metaboxes
public widgets(mixed $context) : AAM_Framework_Service_Widgets
public not_found_redirect(mixed $context) : AAM_Framework_Service_NotFoundRedirect
public identities(mixed $context) : AAM_Framework_Service_Identities
public content(mixed $context) : AAM_Framework_Service_Content
public capabilities(mixed $context) : AAM_Framework_Service_Capabilities
public configs(mixed $context) : AAM_Framework_Service_Configs
public settings(mixed $context) : AAM_Framework_Service_Settings
public access_levels(mixed $context) : AAM_Framework_Service_AccessDeniedRedirect
public utility(mixed $context) : AAM_Framework_Service_Utility
public posts(AAM_Framework_Resource_Interface $parent_resource, array $args = []) : Generator
public terms(AAM_Framework_Resource_Interface $parent_resource, array $args = []) : Generator
// Alias methods
public caps(mixed $context) : AAM_Framework_Service_Capabilities
`
}