publish_admin_edit_field_extra_row
Hook Added in Version:
EE 1.4.2
Hook File Location:
cp.publish_ad.php
Hook Description:
Allows modifying or adding onto the Custom Field settings table
Hook Parameters
- $data - The data about this field from the database
- $r - The current contents of the page
Hook Returns Data?
Yes
Appearance of Hook in the Code
if (isset($EXT->extensions['publish_admin_edit_field_extra_row']))
{
$r = $EXT->call_extension('publish_admin_edit_field_extra_row', $data, $r);
}
