How to give path to image in wordpress?
I’m not 100% sure what you’re asking, but Yes, the path /wp-content/uploads/2021/04/image.jpg is fixed. This is a file path on disk and the image is served directly directly from that file by your webserver without going through WordPress. (Unless that is you move the folder and define UPLOADS or an upload_dir hook. Then it could …