79607658

Date: 2025-05-05 21:28:40
Score: 6 🚩
Natty: 4.5
Report link

i want to change the name of product i work zith this plugin

https://woocommerce.com/document/woocommerce-paypal-payments/

this code is work for me?


add_filter( 'woocommerce_paypal_get_order_item_name', 'change_paypal_item_name', 10, 3 );
function change_paypal_item_name( $item_name, $order, $item ) {
    return 'test';
}
Reasons:
  • Blacklisted phrase (1): this plugin
  • RegEx Blacklisted phrase (1): i want
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: ELHAOUARII Zakaria