Filter: mc_show_block

apply_filters( 'mc_show_block', $return, $data, $field, $has_data ) → {string}

Filter the content of an editing block.

Parameters:
Name Type Description
$return string

HTML output of editing fields.

$data object

Event object.

$field string

Field hook.

$has_data bool

If has data.

Source:
Returns:
Type
string