Reply To: Can't update field at Media

Author Replies
traversal # Posted on January 2, 2015 at 9:45 pm

Hi Kosuke,

Sorry about the delayed reply. I’ve recreated this properly, and realised my code was incorrect. Furthermore, if you try to use the MasterPress API to update fields against an attachment while the attachment is being updated, you’ll end up with an infinite loop! I’ve updated the gist now to show you a workaround for this:

https://gist.github.com/traversal/ed1eb9a033a51e44b35d

Basically, use the native update_post_meta function instead to update the value, and you should be okay. Hopefully that’s okay for the moment.

Latest From the Blog

MasterPress 1.4.1 is now available

27th May 2024

This update addresses backwards compatibility issues that were introduced in the previous update. There were some edge cases where PHP 7 had issues and it didn’t work at all on PHP 5.6. We have now changed it so that the PHP 8 compatibility changes will now only affect PHP 8 and will be more thorough… 

Plugin Requirements

MasterPress requires a minimum of WordPress version 4.9, MySQL 5.6, and PHP version 5.6.20.

We also recommend that PHP is configured to use a memory limit of 64MB per request (128MB may be required for sites with higher complexity).

This plug-in is not compatible with the WordPress.com hosted service.

Three AM