edit amp comments section
-
function remove_comment_fields($fields) {
unset($fields[‘url’]);
unset($fields[’email’]);
unset($fields[‘cookies’]);
return $fields;
}
add_filter(‘comment_form_default_fields’,’remove_comment_fields’);how do i add the above function code as amp?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘edit amp comments section’ is closed to new replies.