• Resolved johnteey

    (@johnteey)


    I am working on a plugin to autopost on social media, i need to get the src of the image in the backend and it is not working

Viewing 1 replies (of 1 total)
  • Plugin Author David Aguilera

    (@davilera)

    Nelio Content is a plugin to autopost on social media, so maybe it can help you with that ?? Anyway, if you need to get the external featured image, you might want to do this:

    
    $helper = Nelio_Content_External_Featured_Image_Helper::instance();
    $image = $helper->get_nelio_featured_image( $post_id );
    

    Good luck with your plugin, @johnteey!

Viewing 1 replies (of 1 total)
  • The topic ‘trying to get post meta _nelioefi_url’ is closed to new replies.