File: /var/www/Gosurya/WP2/wp-content/themes/my-listing/includes/extensions/typography/typography-old.php
<?php
/**
 * List of typography option names used by ACF pre v2.3.
 * Migrated and removed from database upon upgrading to v2.3.
 */
namespace MyListing\Ext\Typography;
if ( ! defined('ABSPATH') ) {
	exit;
}
return [
	'paragraph_options_font-size',
	'paragraph_options_font-weight',
	'h1-font-options_font-weight',
	'h2-font-options_copy_font-weight',
	'h3-font-options_font-weight',
	'h4-font-options_font-weight',
	'h5-font-options_font-weight',
	'h6-font-options_font-weight',
	'widget-title-options_font-weight',
	'header-search-placeholder-options_font-size',
	'header-search-placeholder-options_font-weight',
	'menu-item-options_font-size',
	'menu-item-options_font-weight',
	'signin-register-options_font-size',
	'signin-register-options_font-weight',
	'header-action-button-options_font-size',
	'header-action-button-options_font-weight',
	'search-tab-options_font-size',
	'search-tab-options_font-weight',
	'search-button-options_font-size',
	'search-button-options_font-weight',
	'basic-and-advanced-search-form-label-field-options_font-size',
	'basic-and-advanced-search-form-label-field-options_font-weight',
	'default-template-listing-title-options_font-size',
	'default-template-listing-title-options_font-weight',
	'alternate_template_listing_title_options_font-size',
	'alternate_template_listing_title_options_font-weight',
	'list-template-listing-title-options_font-size',
	'list-template-listing-title-options_font-weight',
	'quick-view-title-options_font-size',
	'quick-view-title-options_font-weight',
	'explore-listing-type-menu-options_font-size',
	'explore-listing-type-menu-options_font-weight',
	'explore-listing-type-menu-heading-options_font-size',
	'explore-listing-type-menu-heading-options_font-weight',
	'listing-name-options_font-size',
	'listing-name-options_font-weight',
	'listing-tagline-options_font-size',
	'listing-tagline-options_font-weight',
	'call-to-action-cover-button-options_font-size',
	'call-to-action-cover-button-options_font-weight',
	'listing-menu-options_font-size',
	'listing-menu-options_font-weight',
	'single_listing_content_block_icon_color',
	'quick-action-options_font-size',
	'quick-action-options_font-weight',
	'block-title-options_font-size',
	'block-title-options_font-weight',
	'category-term-block-tag-options_font-size',
	'category-term-block-tag-options_font-weight',
	'social-network-block-options_font-size',
	'social-network-block-options_font-weight',
	'table_label_options_font-size',
	'table_label_options_font-weight',
	'table_content_options_font-size',
	'table_content_options_font-weight',
	'table_detail_block_options_font-size',
	'table_detail_block_options_font-weight',
	'dashboard-menu-options_font-size',
	'dashboard-menu-options_font-weight',
	'dashboard-block-title-options_font-size',
	'dashboard-block-title-options_font-weight',
	'catalog-product-title-options_font-size',
	'catalog-product-title-options_font-weight',
	'single-catalog-product-title-options_font-size',
	'single-catalog-product-title-options_font-weight',
	'default-template-options_font-size',
	'default-template-options_font-weight',
	'alternate-template-options_font-size',
	'alternate-template-options_font-weight',
	'cards-template-options_font-size',
	'cards-template-options_font-weight',
	'cards_alternate_options_font-size',
	'cards_alternate_options_font-weight',
	'add-navigation-left-side_font-size',
	'add-navigation-left-side_font-weight',
	'field-label-options_font-size',
	'field-label-options_font-weight',
	'form-heading-options_font-size',
	'form-heading-options_font-weight',
];