Created
November 8, 2017 11:58
-
-
Save wpflippercode/b71df14a8e6c0c89b693c8444bd1bb4a to your computer and use it in GitHub Desktop.
Change loader image in delivery area form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter('wdap_loader_img_url','wdap_loader_image'); | |
function wdap_loader_image($icon_url) { | |
//replace icon url. | |
return $icon_url; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment