Warning: This method has been deprecated. – Nothing to remove anymore because search_post_excerpt() is deprecated instead.
WC_Query::remove_posts_where()
Remove the posts_where filter.
Description Description
Source Source
File: includes/class-wc-query.php
public function remove_posts_where() { wc_deprecated_function( 'WC_Query::remove_posts_where', '3.2.0', 'Nothing to remove anymore because search_post_excerpt() is deprecated.' ); }
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |