Selected ID in table_header() hook
Posted: 2017-01-27 12:19
I want to customise my table_header() such that it displays a dynamic link e.g <a href="custom_page.php?record_id=SelectedID">Custom Page</a>
The SelectedID refers to the ID of the displayed record. How can I get this value when I am in the table_header() function of the hook file.
The SelectedID refers to the ID of the displayed record. How can I get this value when I am in the table_header() function of the hook file.