• Resolved vizzzio

    (@vizzzio)


    Good day!

    Can you please tell me how can I upload media files from an external url using the rest api?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Our plugin does not support rest api but there’s a built-in function for this:

    if ( class_exists( 'EXMAGE_WP_IMAGE_LINKS' ) ) {
    				$url            = 'https://ps.w.org/exmage-wp-image-links/assets/icon-128x128.jpg';//image url
    				$post_parent    = 0;//ID of the post that you want this image to be attached to
    				$external_image = EXMAGE_WP_IMAGE_LINKS::add_image( $url, $image_id, $post_parent );
    			}

    Best regards

    Thread Starter vizzzio

    (@vizzzio)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Upload by rest api’ is closed to new replies.