Filter: RML/CustomField

apply_filters( 'RML/CustomField', $output, $post, $isShortcut ) → {string}

This content is showed in the attachment details below the custom field dropdown.
Parameters:
Name Type Description
$output string HTML output
$post WP_Post The attachment
$isShortcut boolean If true the file is a shortcut
Since:
  • 4.0.7
Returns:
The HTML output
Type
string