すべてのwoocommerce製品の価格を取得しようとしています
get_post_custom_values('_sale_price');
ただし、常に null を返しますが、使用する場合:
get_post_custom_values('_sale_price', 16);
正常に動作します (product_id 16 のみ、もちろんオフ)。 http://codex.wordpress.org/Function_Reference/get_post_custom_values $post_id (オプション)
すべての '_sale_price' またはすべての post_id を取得するにはどうすればよいですか?
ありがとう!!