hamworks / wp-custom-search
Custom search library
1.0.0
2021-04-15 14:47 UTC
Requires
- php: >=7.3
- ext-json: *
Requires (Dev)
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.