Advertisement
wclovers

Untitled

Oct 26th, 2023
745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. add_filter('wcfm_product_manage_fields_general', function($fields) {
  2.     if (isset($fields['pro_title'])) {
  3.         $fields['pro_title']['placeholder'] = __('Change the word here', 'wc-frontend-manager');
  4.     }
  5.     return $fields;
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement