“Select Option” Button Text
-
Hi,
i’ve tried to use your snippet to change button text:
add_filter('ppom_select_option_lable', 'change_select_option'); function change_select_option( $select_label ) { $select_label = "My Label"; return $select_label; }
but it wont work.
My website use oceanwp theme.Any other snippet suggestion to change buttong text?
Please feedback. Thanks. ??
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘“Select Option” Button Text’ is closed to new replies.