Advertisement
Socialking

Untitled

Aug 9th, 2021
1,256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. add_filter('jebac_marcina_w_srake', 'marcin_jest_jebany_w_srake', 10, 2);
  2. function marcin_jest_jebany_w_srake($data, $item)
  3. {
  4.     $data['price'] = $data['price'] * 1.1;
  5.     return $data;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement