Explore the properties and methods available in the User object for Aikeedo themes.
user
object is a fundamental component in Aikeedo themes, providing access to essential user information when a user is logged into their account. This object is globally accessible, allowing you to easily incorporate user-specific data and functionality into your theme.
user
object is available globally when a user is logged in. If no user is logged in, the object will be undefined. Always check for the existence of the user
object before attempting to access its properties.
user
object to ensure your theme functions correctly for both logged-in and guest users.user
object contains the following properties:
admin
: Administrator role with full system accessuser
: Standard user role with limited permissions