标签: wordpress storefront
我尝试删除帖子元,但这不起作用,这是由于店面的最新更新造成的吗?
function remove_blog_meta() { remove_action('storefront_loop_post', 'storefront_post_meta', 20); } add_action('init', 'remove_blog_meta', 20);