How to use Xpath to filter out date field in Wordpress plugin?
问题 I am using the WP All Import plugin to import a csv file with thousands of records every day but I don't need all of them, only the ones that have been updated. There is a "last modified" column in the csv file which i'd like to compare to today's date and filter out anything that doesn't match. Wp all import let's you do this using xpath, but I have no idea how to reference today's date in it, can anyone help? WP All Import xpath screen.png Kind Regards, 回答1: XPath 2.0 solution (paste it in