PHP 클래스 Wallmander\ElasticsearchIndexer\Controller\WooCommerceAdmin

저자: Mikael Mattsson ([email protected])
파일 보기 프로젝트 열기: wallmanderco/elasticsearch-indexer

공개 메소드들

메소드 설명
actionOrderSearch ( Query $query ) Search custom fields as well as content.
filterPostSyncArgs ( stdClass $queryArgs, WP_Post $post ) : array Add more fields to the index.

메소드 상세

actionOrderSearch() 공개 정적인 메소드

Replaces WC_Admin_Post_Types::Replaces shop_order_search_custom_fields.
public static actionOrderSearch ( Query $query )
$query Wallmander\ElasticsearchIndexer\Model\Query

filterPostSyncArgs() 공개 정적인 메소드

Add more fields to the index.
public static filterPostSyncArgs ( stdClass $queryArgs, WP_Post $post ) : array
$queryArgs stdClass
$post WP_Post
리턴 array