I have an update for this. I update my plugin in a staging environment and push the changes to the production server. This process is not working. If I run the plugin update from the production server everything then works properly. Any thoughts on this?
I think this can be counted as closed
Ok, I did more digging and I believe I know what is going on:
- The less than sign was causing the shortcode to not execute. I don’t believe this is the fault of the plugin (at least directly), and I was able to get around it by placing the html code for it as the value.
- I was using 0 as a value to compare against, and your code using !empty(meta_value), which was causing the array to be missing half of the meta comparison. I changed my code to not use 0 anymore and it is working now
Hope that may help someone else in the future!