el_bulk_actions

apply_filters( 'el_bulk_actions', $actions );

Description

Use the el_bulk_actions filter to add additional actions to the 'Bulk actions' dropdown in the 'View Logs' screen. For example, our Export Logs Add on uses this filter to add following custom actions – Export & Export All.

Parameters

  • $actions: An associative array with the action slug as key and the action description as value.
    Ex. array( el-log-list-export => __( 'Export', 'email-log' ) );