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.' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.