Skip to content

keyword_in()#

Syntax
keyword_in( keywords_array var, search_string )

Returns#

If keywords is an array, returns an array of booleans specifying if a given keyword element is in the keyword list. – If keywords is a string, returns a boolean specifying if the given keyword is in the keyword list.

Parameters#

Parameter Description
None