Hi, @mihai345.
I don’t know “WP Content Pilot”. How is that related to featured images?
This is the plugin https://ww.wp.xz.cn/plugins/wp-content-pilot/
This plugin downloads the image from external URL, and i want it to use it with FIFU. Just to insert the external links for the featured image
Thanks, @mihai345.
I believe an integration is possible. Just contact the WCP developer and ask him to call the FIFU integration function.
fifu_dev_set_image(post_id, image_url)
This would be the flow:
if (FIFU plugin is activated)
then call fifu_dev_set_image() function
else
continue doing the same (download the image and set as featured image)
-
This reply was modified 5 years, 1 month ago by
fifu.app.
-
This reply was modified 5 years, 1 month ago by
fifu.app.
-
This reply was modified 5 years, 1 month ago by
fifu.app.