Jake Vanderwerf
2026-04-15 c4aa5cdb5e90ad4b420e22772797d16980232a2b
inc/blocks/TimelineBlock.php
@@ -48,7 +48,7 @@
    public function render(array $attributes, string $content, WP_Block $block)
    {
      global $post;
      $registrar = Registrar::getInstance($post->post_type));
      $registrar = Registrar::getInstance($post->post_type);
      if (!$post || !$registrar || !$registrar->hasFeature('is_timeline') ) {
         return '';
      }