wpdatatables_above_table_alert

Contents

Description

This action displays an alert above the table.

Usage

add_filter( 'wpdatatables_above_table_alert', 'above_table_alert');

Parameters

Examples

// Callback function for the wpdatatables_above_table_alert filter hook
function above_table_alert() { 
     // Your code
  
}

add_action( 'wpdatatables_above_table_alert', 'above_table_alert');