$option ) { if ( $this->is_private_option( $key ) ) { continue; } $options[ $key ] = tribe_get_option( $key ); } return $options; } }