Comment to 'What is the equivalent of these hooks from wordpress into UNA?'
  • Hello Genesis !

    The mentioned functions have the following analogs in UNA:

    1) isLogged (inc/profiles.inc.php)

    2-3) BxDolAccount::getInstance()->getDisplayName and BxDolAccount::getInstance()->getDisplayEmail (inc/classes/BxDolAccount.php)

    4) no analog :-( you need to call the MySQL query from the BxDolDb->getRow() method.