generate functionTue, 20 Dec 2022

wordpress, find posts by context of string

$myposts = get_posts('numberposts=-1&s=' . $search_string);

Want to kickstart your project?Use the new AI Studio to create your code