Michael Beckwith
Michael Beckwith
We have new features added since the current screenshots were taken.
https://github.com/WebDevStudios/multisite-plugin-theme-csv Lot of similar data and usage type between the two
We have `cptui_update_post_type()` which is a standard PHP function outside of a class. In one spot, we reference `$_POST`, which is getting a complaint about nonce checks. Let's move our...
Plugin Check (PCP): https://wordpress.org/plugins/plugin-check/ Let's address and handle errors/issues reported by this .org community plugin. Started branch: `fix/pcp-compat-fixes`
Small option that indicates new install vs existing/upgraded user? Option that's saved/set only upon installation, saves the Instantsearch version based on that, then deletes option afterwards? Detect if there are...
Returning early because this is checking for `taxonomy` support within Autocomplete, which is not for sure the case: ``` if ( ! $term || ! $this->index->supports( $term ) ) {...
What can we provide for the proverbial novice to help them with their search implementation? "If you've changed index configuration with code via tutorial or plugin support, you need to...
Just a note to myself.
Will hopefully help avoid site owners visiting the frontend and being confused as to why Autocomplete isn't working yet.
The more we can make the same code with both Autocomplete 0.38.x and 1.x, the better. Keep mobile in mind too