如何获取客户评论标题从review.php到插件文件?

时间:2018-09-17 13:41:02

标签: php wordpress function woocommerce

我在我的单个产品评论部分中添加了评论标题,并在review.php文件中添加了一个功能,并且功能正常。

现在我的主页上有this plugin的最新评论

现在我也想在此处显示标题,我也尝试使用此代码从review.php文件中获取标题

Foo<int, double, std::string> f1(42);
Foo<int, double, std::string> f2(43);

assert(f1 == f1);
assert(!(f1 == f2));

assert(42 == f1);
assert(!(f1 == 1.2345));
assert(!(f1 == "hello"));

但是它不起作用任何想法,我如何称呼评论标题与在单个产品区域上的工作一样?

请同时检查两个屏幕截图:

带有标题: enter image description here

在没有通过插件标题的首页上enter image description here 非常感谢您的提前建议

谢谢

0 个答案:

没有答案