Extension Hooks

edit_entries_additional_celldata

Hook Added in Version:

1.4.0

Hook File Location:

cp.publish.php

Hook Description:

Another table cell to the Edit section's list of entries

Hook Parameters

  • $row - The data for the current entry

Hook Returns Data?

Yes

Appearance of Hook in the Code

if (isset($EXT->extensions['edit_entries_additional_celldata']))
{
 $tr .= $EXT->call_extension('edit_entries_additional_celldata', $row);
}