The default language of any content posted is English. Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the
Help page. Found a dead link? Use the report button!
Information: Safety & Support
Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use. Consider buying licenses to support developers. Your security is our priority.
New: Enhanced error tracking: Errors generated by PHP snippets on your website will be displayed within the snippet’s context, simplifying the debugging process.
New: We’ve refined the snippet auto-deactivation process. Now, only snippets that produce fatal errors in the admin section will be deactivated. All other errors will be reported through the newly implemented error tracker.
New: We introduced three new columns to the snippet list: ID, Code Type, and Shortcode.
Tweak: We’ve enhanced our file caching mechanism to prevent redundant requests in scenarios where files aren’t written properly due to certain setups.
Tweak: We’ve implemented an additional check to ensure that closing PHP tags don’t disrupt the execution of snippets.
Fix: We’ve corrected the sorting of snippets when arranged by their last updated date.
New: We have added user customization options for the list of snippets in the admin. Now, you can choose snippet list columns, determine the number of snippets to display, and set the default order of the snippets.
New: When you save a snippet, the WPCode editor will retain the cursor position, making it easier for you to continue editing larger snippets.
New: You can now add shortcode attributes and use them in snippets. Any attribute you define becomes available as a variable in PHP & Universal code snippets.
Tweak: We improved the way the editor is loaded when users enable the “Disable syntax highlighting when editing code” in their profile.
Tweak: We adjusted the way the editor gets refreshed when changing a snippet code type.
Fix: The Auto-Insert location was getting reset with every code type change.