$wpdb->update not working as expected
My assumptions and assessment of the behaviour appear to be correct. By using a transition hook drat_to_publish or pending_to_publish for example, you’re actually pausing the publish process. Any changes you make to the post are irrelevant, regardless of the method used to update the post, because once the code returns from your custom function, the … Read more