You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2019. It is now read-only.
What did you expect to happen?
The record should have been deleted from algolia.
What happened instead?
No request to delete post from the index were made.
How can we reproduce this behavior?
Run wp_delete_post() on init action, with a priority lower than 20.
add_action('init', function() {
wp_delete_post(92, false);
});
Can you provide a link to a page which shows this issue?
No.
Technical info
The text was updated successfully, but these errors were encountered: