shell_exec makes changes in file system (does not scale)
-
[Updated] Looks promising (can’t imagine that this feature is not in the core). Had initially some rough edges that were fixed fast by the author.
shell_exec and changing files in the filesystem should be avoided in any case – it does not scale 12 factor app [I understand this is required for config purpose, but try to solve by env vars]
It throws notices: [maybe theme related]
PHP Notice: Undefined variable: show_image in /app/wp-content/plugins/featured-image-from-url/admin/html/meta-box.html on line 13 PHP Notice: Undefined variable: show_alt in /app/wp-content/plugins/featured-image-from-url/admin/html/meta-box.html on line 10 PHP Notice: Undefined variable: show_link in /app/wp-content/plugins/featured-image-from-url/admin/html/meta-box.html on line 23
<strike>Up-selling video box in the editor shouldn’t be enabled by default.</strike> [fixed]
Thanks for the fast response. I have not checked the latest version – I’ve decided to use another solution. Thanks anyway. I’ve updated me review because of the super fast response from the author providing fixes on some of the issues.
- The topic ‘shell_exec makes changes in file system (does not scale)’ is closed to new replies.