Use a URL to Import a Featured Image
Hello,
I'm trying to add featured images using a plufin called FIFU (Featured Image From URL) instead of uploading images to my server however, I'm running into an issue with the Google map displaying when I import the listing details using
WP All Import.
I contacted FIFU support and he responded with the message below:
Please contact the theme developer and show him this documentation:
https://www.wpallimport.com/document...ion-reference/
This is a
WP All Import function that runs after the import.
add_action( 'pmxi_saved_post', 'my_saved_post', 10, 3 );
The developer can use that in the theme to run some action after the import, such as calling a Google API to search for an address and return a map URL. Or even call exactly the same function that runs when you press the update button.
Can you please let me know if the theme can be updated to allow the use of url's for the featured image or a function added to accomplish this upon import of listing details?
Thank you,
L. Wills