{"id":55013,"date":"2020-03-31T16:25:57","date_gmt":"2020-03-31T14:25:57","guid":{"rendered":"https:\/\/samuelchopard.ch\/wiki\/?p=55013"},"modified":"2020-03-31T16:28:30","modified_gmt":"2020-03-31T14:28:30","slug":"replace-paypal-logo-in-woocommerce-checkout","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/replace-paypal-logo-in-woocommerce-checkout\/","title":{"rendered":"Replace PayPal logo in WooCommerce checkout"},"content":{"rendered":"<p><!--more--><br \/>\nPaste the following in the active theme&#8217;s <em>functions.php<\/em>:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"php\">function paypal_checkout_icon() {\r\n\/* Replace the PayPal logo in WooCommerce Checkout *\/\r\nreturn '[LINK TO IMAGE]'; \/\/ write your own image URL here\r\n}\r\n\r\nadd_filter( 'woocommerce_paypal_icon', 'paypal_checkout_icon' );<\/pre>\n<p>Replace the link with the link to the logo\/icon to be used.<\/p>\n<p><strong>Note #1:<\/strong> make sure to display the PayPal logo (see <a target=\"_blank\" href=\"https:\/\/samuelchopard.ch\/wiki\/library\/card-icons-not-showing-in-woocommerce-checkout\/\">this post<\/a>).<\/p>\n<p><strong>Note #2:<\/strong> if the size of the logo\/icon cannot be changed, make sure to target only the credit cards icons in the CSS in other code edits (see post mentioned above).<\/p>\n<p>Source: <a target=\"_blank\" href=\"https:\/\/www.themelocation.com\/how-to-replace-default-paypal-logo-on-woocommerce-checkout-page\/\">https:\/\/www.themelocation.com\/how-to-replace-default-paypal-logo-on-woocommerce-checkout-page\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Paste the following in the active theme's functions.php: function paypal_checkout_icon() { \/* Replace the PayPal logo in WooCommerce Checkout *\/ [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[58,381,169,380,327],"class_list":["post-55013","post","type-post","status-publish","format-standard","hentry","category-woocommerce","tag-checkout","tag-icon","tag-logo","tag-paypal","tag-woocommerce"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/55013","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=55013"}],"version-history":[{"count":3,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/55013\/revisions"}],"predecessor-version":[{"id":55016,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/55013\/revisions\/55016"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=55013"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=55013"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=55013"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}