Skip to main content

Widgets

Vasyl MartyniukLess than 1 minute

Definition

class AAM_Framework_Service_Widgets {

    public restrict(mixed $widget) : bool
    public allow(mixed $widget) : bool
    public reset(mixed $widget_or_area = null) : bool
    public is_restricted(mixed $widget) : bool
    public is_allowed(mixed $widget) : bool

    // Premium methods - available only with premium AAM add-on
    public get_access_mode(string $area = null) : string
    public set_access_mode(string $mode, string $area = null) : bool

}
Virtual Assistant