icons; } public function get_fields() { return array( 'link' ); } protected function get_title( $field ) { switch ( $field ) { case 'link': return esc_html__( 'Icon link', 'sitepress' ); default: return ''; } } protected function get_editor_type( $field ) { switch ( $field ) { case 'link': return 'LINK'; default: return ''; } } }