Replace Advanced Button Image
-
I noticed in the code that you have an external resource for the advanced toggle button. On an internal network WordPress installation, this image does not load when there is no outside network access.
Why not just change the line 36 in the item-edit.php file to:
<span class=”dashicons dashicons-admin-generic”></span>
That way you’re using the dashicons that are already loaded in wordpress, instead of forcing to load some external image resource found at s.w.com ???
- The topic ‘Replace Advanced Button Image’ is closed to new replies.