add_action('publish_future_post', function($post_id) { file_put_contents( WP_CONTENT_DIR . '/publish-debug.log', date('c') . " publish_future_post {$post_id}\n", FILE_APPEND ); }, 1); add_action('transition_post_status', function($new, $old, $post) { file_put_contents( WP_CONTENT_DIR . '/publish-debug.log', date('c') . " {$post->ID}: {$old} -> {$new}\n", FILE_APPEND ); }, 10, 3); STUDENT TRAVEL Archives - Elliott Report