Jake Vanderwerf
2026-06-29 4089ba01e0881c89a72332e13bc3a80b6bddec2a
inc/registrar/helpers/MakeTimelineType.php
@@ -12,11 +12,9 @@
class MakeTimelineType {
   protected string $slug;
   protected string $postType;
   protected Registrar $registrar;
   public function __construct(string $slug, Registrar $registrar) {
   public function __construct(string $slug) {
      $this->slug = $slug;
      $this->postType = jvbCheckBase($slug);
      $this->registrar = $registrar;
      add_action('template_redirect', [$this, 'redirectChildToParent']);
   }