Where would I put my call to wp_remote_get?
I’m guessing I should make a function that: Calls wp_remote_get(“https://jsonplaceholder.typicode.com/todos”) Returns the array of job posting objects Yes, that still leaves the question of where to call it in functions.php, but I’m not sure how I would export it so it would be available in the view. Functions in functions.php are available in templates, making … Read more