This is a long shot but is there any possibility your text editor is encoding the file in UTF-8 with BOM? Try to save / encode the file in UTF-8 without BOM and see if the issue is gone.
As for your plugin header, while it doesn’t totally follow the recommended format your header should still be parsed correctly since this is what the main code looks like for parsing the header:
preg_match( '/^[ \t\/*#@]*' . preg_quote( $regex, "https://wordpress.stackexchange.com/" ) . ':(.*)$/mi', $file_data, $match )
Notice that you can in fact have spaces / tabs / asterisk at the beginning of each line.
Related Posts:
- How to get home page ID?
- How to detect WP plugins used on a site
- WordPress plugin executing code twice
- How to Override a Pluggable Function
- Login with OpenID, similar to Stack Exchange sites?
- Does WordPress contain “default” anti-SQL injection code that responds with a 404 error?
- Which method is best to enqueue scripts
- How to override a theme function (within a class) using a plugin
- Is there a WordPress Plugin that allows voting “does this coupon work” on specific links like Retailmenot
- Custom interval is not working
- Advanced custom field plugin not showing in admin sidebar
- How to remove action from plugin?
- Sidebar Generator issue [closed]
- ‘Easy Table’ Plugin has float issues
- Force plugin to fail activation
- Is there a plugin to help with translation of other plugins? [closed]
- Can anyone identify this like plugin (not facebook like)?
- How to load default scripts included with WordPress correctly?
- Skip file when plugin updated
- Can I use a Shortcode output as an HTML attribute value?
- Use WordPress with a custom OAuth2 provider
- wp_get_environment_type is undefined
- Is license need for free wordpress plugin
- How to send little data between admin pages of my plugin?
- How do plugins get executed automatically from wp-content?
- Force CSS and JS loading of plugin only where needed
- how to find and correct plugin query performance issues
- Add a captcha form to the woocommerce register form
- Building plugin with changeable custom post type values…advice needed
- Hooking in to replace the Sidebar/Widget areas
- WordPress multiple pages on one page via button switching
- Redirect already logged in users away from a page to a specific page base on user role
- Problem with $wpdb
- What can be reason for no plugin-strings available under stable section on translate.wordpress.org?
- Is it wise to add plugins to the Object Cache?
- Why namespaces are rarely used in WordPress plugins?
- Uninstalling plugins across all sites
- External Script Using WP – Hooks / Actions Not Working?
- How to add FB like + share AND also other Social Buttons on ALL pages and posts?
- file-gallery plugin line 1573 broken in 4.2 upgrade [closed]
- the_tags : can we insert a class
- PHP Error When a plugin is active
- Add user role to generated plugin
- Completely disabling password reset/recovery
- override filter in a plugin
- How to load different homepage on Mobile.?
- WordPress REST API Plugin Development – Add Custom Endpoint
- how to prevent all css and javascripts files from loading
- Hook into the rendering of a WordPress Template
- Best way to count visitors?
- Is there a maximum length to a WordPress Page?
- I changed .live() to .on() but change is not reflected on the server
- Save user total active time after login in wordpress [closed]
- How to track analytics with a WordPress site under the same domain as my main site?
- How do I set up XAMPP to allow me to download plugins and themes?
- Calling a save function from a “submit” button
- how to request a script more than once in wordpress
- How can recognize post’s category?
- Developing plugin, where to place action hooks etc?
- Widget content turns up before title
- How do I fill the Home Description?
- Ajax 400 error when used inside a plugin
- Disable “auto embed” feature when pasting text and links
- how to show all posts of each category in pages
- Error thrown Call to a member function get() on null
- How to prevent users to view server files using WP File Manager plugin?
- reminder wp_schedule_event
- Undefined offset: 0 in WordPress after latest version upgrade [closed]
- Alternative Hook to the_content for Changing Background Color
- Adding shortcodes to multiple pages with function
- How to use WordPress header function and footer function and not load word press database
- Media Dialog CSS broken in WP v.5.3.2
- I want to display “how many times this tag used in WordPress?”
- Slide through page effect?
- Get a list of Product Categories inside a loop
- Suspect incomplete .pot file – what to do?
- Password Protect wp-content?
- How to make cover image in post block expand to entire screen?
- Can you develop themes and plugins while using the hosting services BlueHost? [closed]
- Conditional Fields depending on checkboxes
- Translation plugin with default language?
- wordpress ajax pagination object value does not change
- Google analytic issue in wordpress
- image upload error wordpress
- WordPress API hook
- jquery conflict with widget page
- Automatically add child pages to menu
- Infinite Scroll plugin scrolling truly “infinitely” (i.e. does not recognize end of posts)
- Simply Exclude – Category feed exclusion is excluding from category feed instead of just the main feed
- OOP Plugin: Where should I place the action hooks in the class?
- How to get the real address from a url (permalink)
- White Screen When Includding A Folder With PHP Files
- making a simple plugin
- How to make temporary expiring link for a downloadable file
- Add country flags
- Custom single-product page for product from category x
- Content expands beyond its column container [closed]
- Creating a Table Row by Row
- Getting 504 Gateway Timeout Error on AWS Server! [closed]
- WordPress issue – data is not showing in wp-admin, but when searching through database, all the data is there