FacetWP – output a button right after the Listify facets

<?php

add_action( 'listify_sidebar_archive_job_listing_after', function() {
    echo '<button onclick="FWP.refresh()">Apply</button>';
}, 12 );