Comment to 'Get profile id for person menu'
  • Hello Hodor Hodor !

    For the person menu, this variable is replaced with the current profile id like you may see in the modules\base\profile\classes\BxBaseModProfileMenuView.php

    $this->addMarkers(array(

         'profile_id' => $this->_oProfile->id()

    ));