wpdatatables_system_info_page

Contents

Description

This action is executed when the admin system info page is open in the back-end.

Usage

add_action( 'wpdatatables_system_info_page', 'add_element_on_system_info_page' );

Parameters

  • No params.

Examples

// Callback function for the wpdatatables_system_info_page action hook
function add_element_on_system_info_page() { 
   // Your code
}

add_action( 'wpdatatables_system_info_page', 'add_element_on_system_info_page' );