Quantcast
Channel: cats – Dino's Anabasis
Viewing all articles
Browse latest Browse all 4

echo "meow! "

$
0
0

While going through some code, I found this snippet:

$numeric_cat = array();
if( !empty($cats) ) {
  foreach( $cats as $cat ) {
    $numeric_cat[] = get_category_by_slug($cat)->term_id;
    # echo "meow! ";
  }
}

Did I seriously put a commented "meow" in this code? Yes I did. For the curious cats out there, $cats are categories, and $numeric_cat means numeric category.

The post echo "meow! " appeared first on Dino's Anabasis.


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles



Latest Images