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
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.