Uploading plugin excludes img folder and image
-
I’m stumped on this one. I developed a custom plugin that makes use of a custom admin page. The
add_menu_page
function has the following added to it to include the icon in the admin panel:plugins_url( '/plugin_name/assets/img/plugin-icon.png'
Everything works fine in my dev environment, however, uploading the zip file to a live site, it excludes the while img folder and the png icon i have within there.
Anyone has a solution for this?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Uploading plugin excludes img folder and image’ is closed to new replies.