Wow, your plugin is very useful. #@^%$@
-> rysunok
. That’s so amazing!!!
About your problem, I guess you copied and pasted the special characters from other into your php files, so it caused this error.
My solution:
Try opening the file in Notepad++
, click on Encoding
tab at top menu, you will see the current encoding of your file, choose Encode in UTF-8 to convert them into UTF-8 format.
Repeat the same action to all your files. Commit your WP project to see the result.
Related Posts:
- Can a developer adopt a plugin marked as “not updated in over 2 years”?
- Sync my svn repositories
- “Donate to this plugin” for WordPress.org Plugin Authors
- Making plugin unique to not conflict with plugins with the same name
- How long does it take for a new plugin to be approved?
- How to handle the Plugin Version on Update using Tortoise SVN and the worpdress.org Plugin Repository?
- Licensing of freemium plugin
- Why was my plugin rejected from the WordPress.org repository?
- wordpress.org codebase
- Can WordPress Plugin Directory Cache Delay the Upload of Images?
- How can I prevent my plugin go development trunk [closed]
- Using SVN to upload plugin created with gutenberg blocks
- Plugin development: Buggy plugin preview
- Git Hosting for WordPress SVN Plugin Repository [closed]
- Change plugin name on WordPress repo
- A server-side hook failed when committing plugin code to SVN
- WordPress.org: How to add a plugin for certain countries?
- Is it possible/advisable to set last stable version to previous version?
- Is it okay to make a plugin to the WordPress repo, but limit it’s actions to maximum N events?
- how to check plugin name unique or not?
- Can a developer adopt a plugin marked as “not updated in over 2 years”?
- custom payment gateway in woocommerce failed to connect to remote api server
- wp_remote_get() returns 403 while file_get_contents() does not
- Single API call exposed via shortcode with params
- Plugin options page with live preview?
- Force quit running background job
- Modifying Author Link to add Author Meta in URL
- How to output CMB2 select options from repeated groups select elements?
- Creating a Callback URL for WordPress Woocommerce to update Order Status
- Get Time Taken By Each Action Hook in WordPress
- How to export post 2 posts WordPress plugin data [closed]
- 306 MB of wp_options occupied by WordPress SEO Plugin, is that normal? [closed]
- WordPress plugin creation how to execute .sql in order to insert multiple rows at activation of plugin
- Best way to maintain and update 3rd-party WP plugin when developer is unresponsive?
- get 404 when accessing wp-admin/plugin-install.php
- What can be reason for no plugin-strings available under stable section on translate.wordpress.org?
- Plugin: register_deactivation_hook works perfectly well, while register_activation_hook suddenly stopped working
- Are functions in main plugin file called before function bound to register_activation_hook runs?
- I want to auto populate data in three fields if one drop down is selected
- Best place for if/else piece of code related to custom plugin?
- How do you assign a UUID to posts/products/comments/reviews?
- Best way to initiate a class in a WP plugin?
- correct way to include a library(and its dependent libraries) in wordpress development
- How does task scheduler plugin implements cron that is not dependent on page load request? [closed]
- Issue Tracker from pre exsisting table [closed]
- How to make a implement queue for scheduling tasks in WordPress?
- Session destroyed on page redirect
- WordPress Plugin [closed]
- wp.media javascript issue with on select
- Is there a way to test that readme looks in other language before submitting translation?
- What are the specifics of WordPress development I need to know? [closed]
- Insert data from .sql file in wordpress plugin
- WP_Async_Task doesn’t appear to be running asynchronously
- jQuery for custom plugin not working with Divi theme
- How can I make my metabox appear?
- Ajax call returning 0
- How can i get the post’s full html source by its ID?
- How to set add question capability for author role in wp pro quiz plugin
- Consolidate plugin functionality into a theme
- What would I need to write into a custom plugin in order to add a switch for a custom string of CSS to the edit page?
- Force file download on plugin activation
- How to inform the user that the save was not successful?
- php page not found for plugin options menu
- qTranslate remove default directory from link
- How to update post’s content on post publish?
- Homemade plugin while using Themify Ultra
- How to deal with WordPress and Pocket API to automate content curation on my hosted wordpress blog? [closed]
- Custom plugin init action causing general slowness
- WP All Import – Execute Imports
- WordPress Backend HA (Automatic failover)
- Checkbox conflict in my custom plugin admin page
- How to replace WordPress Media Upload Window with user’s device window?
- Conditional attributes and logic per product category
- Buidling a translate plugin for wordpress
- Why Is This Code Causing The Admin Bar to Disappear?
- How to set taxonomy in custom plugin?
- Plugin Repository commit doesn’t show up in activity
- Customization API for plugin development
- User switching only with specific role and return
- how to use in custom single.php template using php?
- Force language in translate function
- how to do login using woocommerce rest api From android
- Woocommerce Minimum Price for a Composite Product to add in cart
- How can I change the meta_key for a particular piece of information?
- How to create a code editor for my plugin .?
- Fromcraft Plugin On click submit button [closed]
- WP_Terms_List_Table Quick Edit not working
- How to Add Custom New Published Post Counter Icon on Top of the WordPress Site [closed]
- add tabs in rdp-plugin/includes/settings.php and get settings saved
- Can I load the textdomain before a plugin is activated?
- Suggestions on Approach to New Plugin I’m Stuck On
- Editable form for WordPress plugin options page
- Create tabs in admin options page from custom post type loop
- Creating shortcodes in plugin
- ob_start() combined with wp_query
- WordPress plugin admin html being shown in Customizer iframe
- How to delete custom taxonomy terms in plugin’s uninstall.php?
- How to create a custom post type that contains another custom post type?
- do_action() hook into load-(page)
- What’s the best way to go about updating WordPress plugins when using SVN and multiple environments?