Where are the default wordpress loading icons?

0
142
Asked By Chris Evans On

I am writing some custom code and I want to add a loading icon to the page so that the user can see that the code is doing something and has not frozen. Rather than generate a new one, it would be useful to just reuse the default one that wordpress uses. What is the URL path for the default loading icons in WordPress?

1 Answer

Answered By Simon Furrel On

The default spinner icon for wordpress can be found in the following directory "/wp-includes/images/spinner.gif". If you wish to use this spinner, you can add this to the src tag of the image to make it show up. The following code will work for you.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.