Answers for "wordpress upload media by url"

PHP
1

WP Uploads Media Path

update_option('upload_url_path', '/wp-content/uploads');
src="/wp-content/uploads/file.jpg"
Posted by: Guest on May-22-2021
0

wordpress get uploads images url

wp_get_attachment_image_src( int $attachment_id, string|int[] $size = 'thumbnail', bool $icon = false )
Posted by: Guest on June-01-2021

Browse Popular Code Answers by Language