1. Home
  2. For Devs
  3. Filter
  4. Data Mapping Table Data

Data Mapping Table Data

wpwhpro/admin/settings/data_mapping_table_data

Description:
This filter allows you to change the default table data for the data mapping feature.

Parameter Type Description
$this->data_mapping_table_data array

An array with all currently available settings for the data mapping table


return apply_filters( 'wpwhpro/admin/settings/data_mapping_table_data', $this->data_mapping_table_data );

Updated on June 18, 2019

Was this article helpful?

Related Articles