Viewing 1 replies (of 1 total)
  • Plugin Support Mahfuzul Alam

    (@mahfuz87)

    Hi @andy1980

    Thank you for reaching out.

    You can use the following custom code to achieve this.

    add_action( 'wp_footer', function(){
        ?>
        <script type="text/javascript">
            jQuery( document ).ready( ( $ ) => {
                $( '.directorist-filter-btn' ).trigger( 'click' );
            } )
        </script>
        <?php
    } );

    Please let me know if you need further assistance.

    Kind Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Search Form’ is closed to new replies.