With the following code, I can get category inclusion ID.
How do I call category inclusion names?
if ($this->params->get('inclusions',true)) {
$inclusion = $this->params->get('inclusion');
}
How do I call category inclusion names?