[shortcode meta_compare=">="]
Workaround
Disable wptexturize() on the_content filter.You appear to be a bot. Output may be restricted
remove_filter( 'the_content', 'wptexturize' );
Original long term solution ( 10 Sep)
This was the original proposal.- Rather than rely on a fix to WordPress, we intend to allow character representations for parameters that accept comparison operators: EQ, GT, GE, LT, LE, NE.
- We may also detect and correct unexpected texturization – stripping HTML entities that shouldn’t have been created.
- Or even defer the filter hook’s processing until after shortcode expansion.