Limited time discount 13 Years In. Still Setting the Table Standard.
Up to 60%Off
Grab Now
Skip to main content

wpdatatables_add_custom_column_type_option

Contents

Description

This action adds a custom column type option in the column settings.

Usage

add_filter( 'wpdatatables_add_custom_column_type_option', 'add_custom_column_type_option');

Parameters

Examples

// Callback function for the wpdatatables_add_custom_column_type_option filter hook
function add_custom_column_type_option() { 
}

add_action( 'wpdatatables_add_custom_column_type_option', 'add_custom_column_type_option');