Action: ep_dashboard_put_mapping

do_action( 'ep_dashboard_put_mapping', $index_meta, $status )

Fires after dashboard put mapping is completed

In this particular case, developer aiming a specific method should rely on $index_meta['method'], as historically ep_dashboard_put_mapping and ep_cli_put_mapping receive different parameters.

Parameters:
Name Type Description
$index_meta array

Index meta information

$status string

Current indexing status

Since:
  • 2.1
Source:
See:
  • Command::call_ep_cli_put_mapping()