hamworks/wp-custom-search

Custom search library

Installs: 103

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

pkg:composer/hamworks/wp-custom-search

1.0.0 2021-04-15 14:47 UTC

This package is auto-updated.

Last update: 2025-09-20 12:47:27 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.