Skip to content

Instantly share code, notes, and snippets.

@wpflippercode
Created November 8, 2017 11:58
Show Gist options
  • Save wpflippercode/b71df14a8e6c0c89b693c8444bd1bb4a to your computer and use it in GitHub Desktop.
Save wpflippercode/b71df14a8e6c0c89b693c8444bd1bb4a to your computer and use it in GitHub Desktop.
Change loader image in delivery area form
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