Sometimes i find wordpress can be quite finiky when it comes to referencing files within the plugin. Specifying a full path seems to fix the problem. Try replacing…
market_admin/icon.png
With…
/wp-content/plugins/your-plugin-name-goes-here/your-file-name-goes-here.png
Related Posts:
- Add section (add_settings_section) to a custom page (add_submenu_page)
- Making menu link open in new tab?
- Redirect to another page using contact form 7? [closed]
- Admin page and admin menu. Permissions plugin
- Display update notification messages like ‘What’s New’
- How to make a proper custom post type link
- Easiest way to add dropdown to a page
- How to get the element ID from new menu list that added with add_filter()?
- Why WordPress plugin url ajax doesn’t work?
- Added slug after URL permalink last slash returns different content
- Admin accounts unable to see plugins from external IP
- Merging Two menus in the backend into one menu
- How to allow an editor to edit all WordPress blog posts but have the last say as administrator?
- Plugin dependencies: show notice like theme plugins dependencies
- WordPress wp-admin/network/plugin-install
- how to access all user dashboard on fronted page [closed]
- How to set add question capability for author role in wp pro quiz plugin
- Is there a hook to Intercept al urls from a webpage and redirect to a page
- WordPress shows error related to allow_url_fopen
- Delete mobile menu button [closed]
- html generated by theme exist but doesnt appear in browser
- Ability to automatically redirect a URL
- How to Add Custom New Published Post Counter Icon on Top of the WordPress Site [closed]
- Changing page URL and connect newsletter to MailChip
- Dynamic admin submenu
- Subdomains with almost the same content
- Center and hide overflow of WP toolbar custom links
- do_action() hook into load-(page)
- How to remove admin main menu name repetition
- URL parameters causing 404 on home page, but nowhere else
- How to change the name of the “edit my profile” link in the WordPress admin backend
- change content based on url per plugin
- Custom Permalink Plugin and Current Page/Ancestor in Menus
- Xili language plugin not showing language flag [closed]
- wp-custom-menu filter removes the current_page_item class
- Sync User to cPanel webmail?
- add_action does not call the function
- Adding CSS to custom post type admin page causes error
- How to use my menu PHP code as sidebar?
- Display Custom Field Value on Admin Page Column
- How to remove/hide Yoast’s “SEO” tab in admin panel?
- Admin AJAX doesn’t work in plugin admin page – Even though code is copied verbatim from WordPress Codex
- Add sub menu page in your plugin
- What’s causing this error? “Warning: Invalid argument”
- Move plugin-settings to ‘Settings’-menu in the admin
- WordPress Admin Menu defining function is seperate file
- Hide a Menu Item on Login
- How to get menu location in wp_update_nav_menu hook
- How do I add some javascript validation to the admin interface form’s onsubmit?
- remove all submenus from plugin
- Create WordPress posts from JSON array using plugin in admin
- PHP script from functions php is loaded via admin-ajax to div…and the result is 0, not the desired content
- Plugin getting Cannot modify header information errors
- creating a plug in that would tap into save/update action of posts [closed]
- Simply poll & Events Calendar plugins clashing
- How to see which sites use my installed plugins (wordpress multisite)
- Progmatically adding menu links to the default (Top) or Footer menu
- How to use the CSS of the WordPress core in the development of my administration page?
- correctness of URL
- in source code but I can’t find it in files or plugins
- $pages = get_pages(‘child_of=’.$post->ID); Why arguments are concatenated?
- Updating WordPress plugin admin panel footer text
- WordPress permissions error with admin account
- getting notifications about updates only in the “core” page
- Remove value from array within post meta ajax admin
- How do I convert my WordPress website to be domain agnostic?
- Need to change link URL embedded in multiple posts to new link URL
- Changing location of “About me” section
- How to pass a query string to another page on the same site?
- Need to revert to an older version of wordpress
- how to replace hostnames on certain external links?
- Add logo to admin menu in my plugin
- How to rewrite URL and get the values?
- Problem after updating plugins
- WordPress Custom Menu Admin helper plugin
- Scrape a webpage for image and add it to post
- How can I add a fixed vertical menu to my site? [closed]
- 2 wordpress site same database
- Hook on creating a menu entry?
- Equivalent of admin.php for public pages
- Change url of posts with keywords
- How to access the WordPress DB from a plugin file
- Remove specific administrator’s capability
- problem with register_activation_hook in plugin
- Plugin permissions for Editor role
- Error: Can´t access facebook comment plugin admin page
- Replace video url with video player
- Dropdown menu on click change
- How to add an admin alert for missing plugins
- navigation among single posts
- How do i specify a url to which to redirect the user after he logs out from facebook?
- How to hide plugin options for editors via functions.php
- Ajax request sends url rather than data
- Gathering all Custom Post Type posts in to array/object the proper way
- How to add captcha to publish widget
- Adding a jQuery modal dialog to the admin area
- Redirect plugin after form submit or show errors
- How to create a plugin page that shows XML?
- I cannot include a file in my plugin settings page
- What is the most efficient way of adding additional functionaliy for admin only