esc_html__( '--Select Category--', 'capture-blog' )); foreach( $categories as $category ) { $choices[$category->term_id] = $category->name; } return $choices; } endif;