Michael Beckwith
Michael Beckwith
Overall, I'm trying to mentally draw the line between what parts of this are needed specifically for CT, vs what could be useful for the rest of our users. Yes,...
Thoughts on gating this behind say `WP_DEBUG` being set to true? We're getting ourselves a lot of submenus.
Before we do any merging at all, I think we need to break this up a bit, as we're doing a small handful of things. 1. We're adding a debugging...
Agreed. I've plucked AJAX responses already at https://github.com/WebDevStudios/wp-search-with-algolia/pull/510/files and we can definitely do so with the PHPCS items and an associated PR to https://github.com/WebDevStudios/wp-search-with-algolia/issues/496
That filter essentially has our code making use of `$this->get_index()->deleteObjects( $object_ids )->wait();` instead of `$this->get_index()->deleteObjects( $object_ids );` which is part of Algolia's PHP client. It makes things a more synchronous,...
Hi @graham73may Understood if you're not sure or don't know, but are translations run through the standard WordPress hooks when saving posts? Most specifically any/all from https://github.com/WebDevStudios/wp-search-with-algolia/blob/2.10.1/includes/watchers/class-algolia-post-changes-watcher.php#L108-L131 Asking because the...
Curious if you somehow have something going on with WPML, or maybe I have a version that's older and handles things differently. I just activated and did a translation of...