I have a PHP script that hooks Wordpress (through wp-load.php) to do different things. For some reason, during a script, after running update_post_meta(in a loop), the script just stops. No errors, exceptions. Nothing.
I registered a shutdown function and was called, so it seems to me that another plugin somehow calls dieor exit. Is there any way to find out where this is called? Maybe some kind of return line?
source
share