The Wayback Machine - https://web.archive.org/web/20220616090451/https://github.com/topics/sage
Skip to content
#

sage

Here are 182 public repositories matching this topic...

codepuncher
codepuncher commented Apr 7, 2020

This code:

@instanceof($latest_posts_query, 'WP_Query')
  {!! \App\pagination($latest_posts_query) !!}
@endinstanceof

Renders this code:

<?php if ($latest_posts_query instanceof 'WP_Query') : ?>
  <?php echo \App\pagination($latest_posts_query); ?>

<?php endif; ?>

With the error of `Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError:

good first issue

Improve this page

Add a description, image, and links to the sage topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sage topic, visit your repo's landing page and select "manage topics."

Learn more