Overview
The ctdqb_custom_field_html filter hook allows you to modify custom fields HTML output.
Hook Parameters
- $html: The original HTML content of the custom field.
- $module_props: An array containing module-specific properties.
- $custom_field: An array containing custom field data.
- $post_data: An array containing current post/term/user data.
0 Comments