Summer Promo Summer Sale
Soak Up the Savings
Get up to 50% Off
Grab the Deal
Summer Sale

wpdatatables_browse_charts_page

Contents

Description

This action is executed when the user opens the chart browse page.

Usage

add_action( 'wpdatatables_browse_charts_page', 'browse_charts_page' );

Parameters

  • No params.

Examples

// Callback function for the wpdatatables_browse_charts_page action hook
function browse_charts_page( ) { 
   // Your code
}

add_action( 'wpdatatables_browse_charts_page', 'browse_charts_page' );