[Plugin: Front-end Editor] editable image problem
-
Is this a utilization mistake or is something not working?
I’m trying to create an editable image on a custom post type. The image is on a different server, the ID comes from the WP database. This is the code I’m using
editable_image('$image_id', 'https://not_WP_server.tld/userimages/'.$image_id.'.jpg');
Using this code, the image gets output ok, but clicking on it will not call the upload box.
Am I doing something wrong?
Thanks!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘[Plugin: Front-end Editor] editable image problem’ is closed to new replies.