Feature Image from URL
On a side note, as a future feature request, if you are interested, it would be a great feature to be able to integrate piotnet then with FIFU (feature image from external url WP plugin).
Otherwise, i sourced th their developer docs that their developer sent through about integrating with it.
image.png
logic:
if (custom field is fifu_image_url) and (FIFU is installed):
call fifu_dev_set_image function
Featured image function:
fifu_dev_set_image($post_id, $image_url)
Other FIFU Functions for developers
set_image($post_id, $url)
set_image_list($post_id, $url_list)
set_video($post_id, $url)
set_category_image($term_id, $url)
set_category_video($term_id, $url)
Created by Vic Pham
·