Example #1
0
 public static function getSectionSlug()
 {
     $id = EdcMenu::getSectionID();
     $post = get_post($id);
     return $post->post_name;
 }