With this filter you can adjust the name of the filter button (page-builder and widget). add_filter('at_set_filter_search_button_label', 'at_change_filter_search_button_label', 11, 4); function at_change_filter_search_button_label($title) { $title = 'Search'; return $title; } Was this article helpful? (No Ratings Yet)
Keine Kommentare vorhanden