Listify – add extra code after filters

<?php

// Add to your (child) theme's functions.php
add_action( 'listify_sidebar_archive_job_listing_after', function() {
    echo '<div class="reset-wrap"><button onclick="FWP.reset()">Reset</button></div>';
}, 12 );