Even though this line of code is 100% being run, it doesn’t make any difference.
delete_post_meta( $post_id, $this->PENDING );
Shouldn’t that stop it being posted?
Hi,
I’ve been fighting with the same problem. The issue doesn’t seem to be what you put in the “wpas_submit_post?” function, more than whether you return False or True, it goes ahead and posts anyway.
It’s being used, as I can receive debug info through it, but True or False it still posts.