Viewing 1 replies (of 1 total)
  • Plugin Author Jonathandejong

    (@jonathandejong)

    Hi,

    You can do it with this filter. Paste it in your themes functions.php

    
    function modify_filter_button($string){
    
        return 'Search';
    }
    
    add_filter('beautiful_filters_apply_button', 'modify_filter_button', 10, 1);
    
Viewing 1 replies (of 1 total)
  • The topic ‘Replace ” Apply filter ” button with “search” button’ is closed to new replies.