TypeRocket / core

TypeRocket core source files where all the magic lives.
https://typerocket.com
36 stars 21 forks source link

LIKE is not working due to changes in $wpdb->prepapre #18

Closed rahi-cube closed 5 years ago

rahi-cube commented 6 years ago

LIKE is not working due to changes in WordPress security release. Link to release here and here

echo $wpdb->prepapre( "%search_value" );
// "{9fa52f39262a451892931117b9ab11b5a06d3a15faee833cc75edb18b4411d11}search_value"

echo $wpdb->remove_placeholder_escape( $wpdb->prepapre( "%search_value" ) );
// "%search_value"
kevindees commented 5 years ago

@gavande

Thanks for this PR. I added your update in with another commit.

https://github.com/TypeRocket/core/releases/tag/v4.0.2