hamworks/wp-custom-search

自定义搜索库

1.0.0 2021-04-15 14:47 UTC

This package is auto-updated.

Last update: 2024-09-20 10:47:37 UTC


README

自定义WordPress默认搜索库。

Search_With_Post_Meta

Search_With_Post_Meta::__construct( string[] $meta_keys )

$meta_keys:要搜索的元键。

Search_With_Term

Search_With_Term::__construct( string[] $taxonomies )

$taxonomies:要搜索的分类法别名。 (例如 categorypost_tag )

LICENSE

GPL2或更新版。