Skip to content

Instantly share code, notes, and snippets.

@mike820324
Created August 12, 2020 02:05
Show Gist options
  • Save mike820324/0b1eb3c6f1e8ad50aa541a491186dc70 to your computer and use it in GitHub Desktop.
Save mike820324/0b1eb3c6f1e8ad50aa541a491186dc70 to your computer and use it in GitHub Desktop.
...
foreach ($posts as $post) {
if (count($post->categories) == 0) {
continue;
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment