hamworks/wp-custom-search

Custom search library

1.0.0 2021-04-15 14:47 UTC

This package is auto-updated.

Last update: 2024-04-20 09:58:12 UTC


README

Customize WordPress default search library.

Classes

Search_With_Post_Meta

Search_With_Post_Meta::__construct( string[] $meta_keys )

$meta_keys: meta key to be searched.

Search_With_Term

Search_With_Term::__construct( string[] $taxonomies )

$taxonomies: taxonomy slugs to be searched. ( ex. category, post_tag )

LICENSE

GPL2 or later.