pass multiple search terms to get_bookmarks
-
Hi everyone.
Is there a way to pass multiple terms into the search parameter for the get_bookmarks function? The same way include,exclude,category pass ID numbers? I’m assuming no, but would like to make sure.
for instance…
$bm = get_bookmarks(array(
‘orderby’ => ‘rand’,
‘order’ => ‘desc’,
‘limit’ => -1,
‘hide_invisible’ => 1,
‘show_updated’ => 0,
‘include’ => null,
‘exclude’ => ”,
‘search’ => ‘term1, term2’
));Many thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘pass multiple search terms to get_bookmarks’ is closed to new replies.