在页面上显示发布日期的php代码是什么?
例如,它是一个woocommerce产品,下面是我迄今为止的php代码:
这有用吗?
if ($hide_price !== \'0\') :
$output .= \'<div class="mywoocmmerceprice>\';
$output .= $product->get_categories();
//here is where I want to add the date
$output .= \'</div>\';
endif;
谢谢你