我正在为 Wordpress 使用 WP All Import 插件并尝试导入日期单元格,但我需要将它从用户友好的日期转换为 unix 时间戳。
23/04/2021 13:50
到
1606694400
WP All Import 允许我在导入自定义字段时运行 php 函数。我发现我们可以在 php 中使用以下内容:
strtotime()
我还发现下面的链接建议使用带有插件的内联 php 的方法,但它使用的是价格示例。
https://www.wpallimport.com/documentation/developers/custom-code/inline-php/
我的包含日期的列称为Date插件会将数据映射到使用:
{date[1]}