Felipe Elia
Felipe Elia
We will need a specific (free) plugin with specific steps for this one, @tomjn, as [the documentation](https://developer.wordpress.org/reference/functions/add_shortcode/) specifically states that: > Note that the function called by the shortcode should...
Hey @cameronterry, is this something that would be still beneficial for the plugin? Thanks!
@dustinrue can you please check if this would bring any performance penalty?
FWIW we will be marking the project as `stable` (as described [here](https://10up.github.io/Open-Source-Best-Practices/github-process/#support-levels))
To have this one done, in general steps, we need to: 1. Create a new file called OrdersHPOS.php in includes/classes/Feature/WooCommerce/ 2. Conditionally call it from includes/classes/Feature/WooCommerce/Orders.php 3. Make Orders be...
Thanks @Tessachu, but before I can merge the PR, can you please assign the result of the filter to a variable, add phpdocs, and also fix the indentation? Thanks!
@bengreeley I've refactored the code a bit to display the queries in the site rather than sending them to Support Monitor and also added some docs. Do you mind giving...
@bengreeley I've refactored the code to make the entire feature opt-in, rather than opt-out. You'll see that there are two core concepts: availability (the feature is only available in non-prod...
Thanks, @bengreeley! I'll reach out internally about the best environments to use to test it. Regarding changes needed in the Support Monitor, I'm already testing it locally and as the...
If you are sure ElasticPress is being loaded, that code should work, @jacobmasters. Is that `image-association` taxonomy indexable? If not, you may need to use the `ep_sync_taxonomies` filter to add...