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
- Best collection of code for your 'functions.php' file [closed]
- How to Add a Third Level Sub Menu to the WordPress Admin Menu
- How can I make an Ajax login form work with FORCE_SSL_ADMIN enabled?
- Preserve custom URL parameter on more pages
- Admin plugin, how can I output a different content-type?
- How can I log a user out of WordPress before the page loads?
- Which method is best to enqueue scripts
- How to make WordPress use protocol indepentent upload files?
- How to enable Admins to see Plugins
- Custom wp_nav_menu output (displaying all child elements of top menu element in current branch)
- Bad Request (Invalid Hostname) on working server, database problem
- Woocommerce different URL for every table placed in the restaurant
- wp_nav_menu(); Outside WordPress installation
- Add query string to plugin URL
- How do I make a wordpress plugin with menu item etc
- Is revealing just the AUTH_KEY a security issue?
- Filter or action hook to insert content on admin pages before tag
- Popup Maker nav menu item not working
- Creating a menu page in a Object Oriented developed plugin
- Admin Dashboard with Custom Tab for Client
- Change wording of admin menu item?
- Include Max mega menu Plugin into theme
- wordpress reusable content blocks
- Cannot access wp-admin after disabling all plugin
- Wondering what these multi-colored extra pages are?
- How to send little data between admin pages of my plugin?
- Menus, but not by theme location
- What is an arbitrary URL?
- How to make a customize role and view a specific plugins base on that role?
- Editing admin pages in WordPress [closed]
- Layout Plugin Admin Pages: Use BootStrap? [closed]
- Is this the right way to execute some PHP in my plugin after a button click on an options page?
- How can I force users to a particular subdomain to log in for MU (Multisite)?
- Display update notification messages like ‘What’s New’
- How to make a proper custom post type link
- 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
- Changing page URL and connect newsletter to MailChip
- Subdomains with almost the same content
- do_action() hook into load-(page)
- Xili language plugin not showing language flag [closed]
- How to get menu location in wp_update_nav_menu hook
- PHP script from functions php is loaded via admin-ajax to div…and the result is 0, not the desired content
- Simply poll & Events Calendar plugins clashing
- Progmatically adding menu links to the default (Top) or Footer menu
- $pages = get_pages(‘child_of=’.$post->ID); Why arguments are concatenated?
- How do I convert my WordPress website to be domain agnostic?
- How to pass a query string to another page on the same site?
- Scrape a webpage for image and add it to post
- How can I add a fixed vertical menu to my site? [closed]
- Plugin permissions for Editor role
- Error: Can´t access facebook comment plugin admin page
- How to add an admin alert for missing plugins
- Gathering all Custom Post Type posts in to array/object the proper way
- Adding a jQuery modal dialog to the admin area
- Redirect plugin after form submit or show errors
- What is the most efficient way of adding additional functionaliy for admin only
- Button and Countdown overlapping mobile menu
- Redirect unloggedin users
- Change language on website and change currency with url query
- How to create admin setting for this small plugin
- Hide all Admin Notices and move on a separate page
- WordPress Dashboard add user password not working, etc
- Add custom WordPress admin page with pretty url via code
- I need to show side menu in wordpress
- Custom Icon assigned to menu items not working for multi-site networks
- Page Contents showing in Footer Area
- Automatic set a featured image from the first image’s url (or tag) in the article
- Add_Meta_box to custom page (formidable edit post)
- Keeping original URL
- How to link file or image from wordpress plugin dir to theme by using themes function.php, is it possible?
- How to enable Admins to see Plugins
- Defined user role to access plugin’s pages
- Add a checkbox in plugin options page and make it actually work
- How to build a navigation menu for long-form texts like this one
- Embedding code snippets in posts with indentation
- URL RewriteRule doesn’t work when using WP Database Participants in my WordPress website
- Automatically add child pages to menu
- How to add plugin activity in the menus?
- How change menu for each user in plugin?
- how to change/remove/hide menu under installed plugins
- Unwanted Links and Spam WordPress Pages and Posts
- Display Plugin information on specific url
- Redirect url in plugin to somewhere else?
- How can I add different menus (different style menu) on each page?
- How to create plugin list groups?
- How to get the real address from a url (permalink)
- Remove base from the custom post type URL [duplicate]
- What is the recommended way to be notified of security updates to my plugins? [closed]
- Make a Custom template for a specific category in wordpress
- HTML link within my plugin settings page
- How can I create a navigation menu in the sidebar that can also act like a slider?
- My wp_update_nav_menu action is firing twice
- Allow direct access to files/folders within WordPress to replace wp-admin
- How to change all the urls of the WordPress site?