Editing core php
-
Hi! I am trying to remove Klarna-message from product page (it slows my product page loading), I found the file the function is located in (class-wc-payments-payment-method-messaging-element.php) and managed to remove the message.
Though I do not want to edit plugin core files, so I put the copy of class-wc-payments-payment-method-messaging-element.php in my child theme folder, but seems to be it does’t override the core file (tried to put in mychildtheme/woocommerce-payments/class-wc-payments-payment-method-messaging-element.php and mychildtheme/woocommerce-payments/includes/class-wc-payments-payment-method-messaging-element.php)
Where should I put my copy on the file to make it override the core file?
- The topic ‘Editing core php’ is closed to new replies.