wpdatatables_add_chart_stable_tag_option

Contents

Description

This action adds the Charts stable tag option in the global settings.

Usage

add_filter( 'wpdatatables_add_chart_stable_tag_option', 'add_chart_stable_tag_option');

Parameters

Examples

// Callback function for the wpdatatables_add_chart_stable_tag_option filter hook
function add_chart_stable_tag_option() { 
     // Your code
}

add_action( 'wpdatatables_add_chart_stable_tag_option', 'add_chart_stable_tag_option');