This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Plugin\Sideloader; | |
/** | |
* Function handles downloading a remote file and inserting it | |
* into the WP Media Library. | |
* @param string $url HTTP URL address of a remote file | |
* @param int $post_id The post ID the media is associated with | |
* @param string $desc Description of the side-loaded file | |
* @param string $post_data Post data to override |