Get Post $defaults

CagleCast::get_podcast() /home/cwdev/public_html/wp-content/plugins/caglecast/caglecast.php line: 1585
array(9) {
  ["post_type"]=>
  string(7) "podcast"
  ["post_status"]=>
  string(7) "publish"
  ["posts_per_page"]=>
  int(10)
  ["paged"]=>
  int(1)
  ["meta_query"]=>
  array(1) {
    [0]=>
    array(2) {
      ["key"]=>
      string(12) "episode_type"
      ["value"]=>
      string(5) "video"
    }
  }
  ["tax_query"]=>
  array(1) {
    [0]=>
    array(3) {
      ["taxonomy"]=>
      string(6) "series"
      ["field"]=>
      string(4) "slug"
      ["terms"]=>
      string(9) "caglecast"
    }
  }
  ["order_by"]=>
  string(4) "date"
  ["order"]=>
  string(4) "DESC"
  ["minimum_clip_length"]=>
  int(0)
}

get_post($args)

CagleCast::get_podcast() /home/cwdev/public_html/wp-content/plugins/caglecast/caglecast.php line: 1613
array(10) {
  ["post_type"]=>
  string(7) "podcast"
  ["post_status"]=>
  string(7) "publish"
  ["posts_per_page"]=>
  int(1)
  ["paged"]=>
  int(1)
  ["meta_query"]=>
  array(1) {
    [0]=>
    array(2) {
      ["key"]=>
      string(12) "episode_type"
      ["value"]=>
      string(5) "video"
    }
  }
  ["tax_query"]=>
  array(1) {
    [0]=>
    array(3) {
      ["taxonomy"]=>
      string(6) "series"
      ["field"]=>
      string(4) "slug"
      ["terms"]=>
      string(9) "caglecast"
    }
  }
  ["order_by"]=>
  string(4) "date"
  ["order"]=>
  string(4) "DESC"
  ["minimum_clip_length"]=>
  int(0)
  ["route"]=>
  string(7) "episode"
}

Post Count

CagleCast::get_podcast() /home/cwdev/public_html/wp-content/plugins/caglecast/caglecast.php line: 1616
int(1)
  • ##:##
Copied!
<!-- BEGIN CAGLECAST.COM EMBED CODE--> <div class="caglecast-player" style=" position: relative; overflow-x: hidden; width: 100%; padding-top: 56.25%; aspect-ratio: 16 / 9; height: unset; "><iframe id="caglecast" title="CagleCast" src="https://caglecast.com/player?" allowfullscreen credentialless="true" loading="lazy" name="caglecast" width="100%" height="100%" referrerpolicy="origin-when-cross-origin" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" frameborder="0" style=" position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; overflow: hidden; " scrolling="no" ></iframe><div> <!--END CAGLECAST.COM EMBED CODE-->