json['locationId'] = $this->location_id; } /** * Render content just like a normal select control. * * @since 4.3.0 * @access public */ public function render_content() { if ( empty( $this->choices ) ) { return; } ?>