VM
http://prntscr.com/r3x6xj
Size: a a a
VM
RM
RM
RM
VM
SB
RM
RM
RM
RM
add_filter('acf/load_field/type=repeater’, ‘your’_function, 10, 3);
RM
// Allow for shortcodes in messages
function acf_load_field_message($field)
{
$screen = get_current_screen();
if ($screen->post_type !== "acf-field-group") {
$field['message'] = do_shortcode($field['message']);
}
return $field;
}
add_filter('acf/load_field/type=message', 'acf_load_field_message', 10, 3);
DВ
AB
L
EB
АС
N
OV
AB