// Add trailing slashes ONLY to buttons add_action('wp_footer', 'add_slash_to_buttons_only'); function add_slash_to_buttons_only() { echo ''; }