📜  opencart 使用控制器文件添加自定义描述元标记 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:46.281000             🧑  作者: Mango

代码示例1
// try looking for a line in your controller file that looks like this:
$this->document->setDescription($this->language->get('description'));

// replace the it with the below
$this->document->setDescription("My custom description text!");