You appear to be a bot. Output may be restricted
Description
Search post excerpt.
Usage
WC_Query::search_post_excerpt( $where );
Parameters
- $where
- ( string ) optional – Where clause.
Returns
void
Source
File name: woocommerce/includes/class-wc-query.php
Lines:
1 to 4 of 4
public function search_post_excerpt( $where = '' ) { wc_deprecated_function( 'WC_Query::search_post_excerpt', '3.2.0', 'Excerpt added to search query by default since WordPress 4.5.' ); return $where; }