wpdatatables_enqueue_chart_wizard_scripts

Contents

Description

This action enqueues custom JavaScript and CSS files on chart wizard page.

Usage

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
add_action( 'wpdatatables_enqueue_chart_wizard_scripts', 'enqueue_chart_wizard_scripts' );
add_action( 'wpdatatables_enqueue_chart_wizard_scripts', 'enqueue_chart_wizard_scripts' );
add_action( 'wpdatatables_enqueue_chart_wizard_scripts', 'enqueue_chart_wizard_scripts' );

Parameters

  • No params.

Examples

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
// Callback function for the wpdatatables_enqueue_chart_wizard_scripts action hook
function enqueue_chart_wizard_scripts() {
// Your code
}
add_action( 'wpdatatables_enqueue_chart_wizard_scripts', 'enqueue_chart_wizard_scripts' );
// Callback function for the wpdatatables_enqueue_chart_wizard_scripts action hook function enqueue_chart_wizard_scripts() { // Your code } add_action( 'wpdatatables_enqueue_chart_wizard_scripts', 'enqueue_chart_wizard_scripts' );
// Callback function for the wpdatatables_enqueue_chart_wizard_scripts action hook
function enqueue_chart_wizard_scripts() { 
   // Your code
}

add_action( 'wpdatatables_enqueue_chart_wizard_scripts', 'enqueue_chart_wizard_scripts' );