Input field
-
The label to the content can be customized with
function my_gwolle_gb_content_label( $label ) {
// $label is a string
$label = ‘test’;
return $label;
}
add_filter( ‘gwolle_gb_content_label’, ‘my_gwolle_gb_content_label’, 10, 1 );How do I hide the label, but have ´test` in the input field ?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Input field’ is closed to new replies.