Adds new column header to the Manage pages table.
Usage Example
add_action( 'mainwp_pages_table_header', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }