| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | === WP Coder - Powerful HTML, CSS, JS and PHP Injection === |
| 2 | 2 | Contributors: wpcoderdev, Wpcalc, lobov |
| 3 | 3 | Donate link: https://wpcoder.pro/ |
| 4 | -Tags: code, html, css, javascript, php | |
| 4 | +Tags: html, css, javascript, php, code | |
| 5 | 5 | Requires at least: 3.2 |
| 6 | 6 | Tested up to: 6.4 |
| 7 | 7 | Requires PHP: 7.4 |
| 8 | -Stable tag: 3.3 | |
| 8 | +Stable tag: 3.4 | |
| 9 | 9 | License: GPLv2 or later |
| 10 | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | 11 | |
| 12 | 12 | WP Coder: A profound WordPress plugin for directly incorporating custom HTML, CSS, JavaScript and PHP codes into your WordPress pages. |
| @@ -40,8 +40,65 @@ | ||
| 40 | 40 | ### Video ### |
| 41 | 41 | |
| 42 | 42 | https://youtu.be/YF4X7sU0iFY?si=327VZduhqu_mh5-N |
| 43 | 43 | |
| 44 | +### Plugin includes following Snippets ### | |
| 45 | + | |
| 46 | +#### Disable #### | |
| 47 | +* Disable Gutenberg Editor | |
| 48 | +* Remove Gutenberg Block CSS | |
| 49 | +* Disable Widget Blocks | |
| 50 | +* Remove WordPress Version Number | |
| 51 | +* Disable XML-RPC | |
| 52 | +* Disable Automatic Updates Emails | |
| 53 | +* Disable Automatic Updates | |
| 54 | +* Disable The WP Admin Bar | |
| 55 | +* Disable Attachment Pages | |
| 56 | +* Disable WordPress REST API | |
| 57 | +* Disable Comments | |
| 58 | +* Disable Automatic Trash Emptying | |
| 59 | +* Disable Emojis | |
| 60 | +* Disable ‘Screen Options’ Tab | |
| 61 | +* Disable Welcome Panel | |
| 62 | +* Disable RSS Feeds | |
| 63 | +* Disable Search | |
| 64 | +* Disable Login Page Language Switcher | |
| 65 | +* Disable Login by Email | |
| 66 | +* Disable Comment Form Website URL | |
| 67 | +* Disable Self Pingbacks | |
| 68 | +* Disable wlwmanifest link | |
| 69 | +* Disable Embeds | |
| 70 | +* Disable Lazy Load | |
| 71 | +* Disable the WordPress Shortlink | |
| 72 | +* Disable Admin Password Reset Emails | |
| 73 | + | |
| 74 | +#### Enable #### | |
| 75 | +* Content Duplication | |
| 76 | +* Uploading SVG Files | |
| 77 | +* Enable excerpt for pages | |
| 78 | +* Enable Shortcode Execution in Text Widgets | |
| 79 | +* Enable Featured Images to RSS Feeds | |
| 80 | +* Enable Page Slug to Body Class | |
| 81 | +* Enable Lowercase Filenames for Uploads | |
| 82 | +* Enable default ALT to avatar/Gravatar Images | |
| 83 | + | |
| 84 | +#### Change #### | |
| 85 | +* Change logo on Login Page | |
| 86 | +* Change URL for logo on Login Page | |
| 87 | +* Change Redirect After Login | |
| 88 | +* Change Redirect After Logout | |
| 89 | +* Change Number of Post Revisions | |
| 90 | +* Change oEmbed Max Width and Height | |
| 91 | +* Change Read More Text for Excerpts | |
| 92 | +* Extend Login Expiration Time | |
| 93 | + | |
| 94 | +### Links: ### | |
| 95 | + | |
| 96 | +[Website](https://wpcoder.pro) | |
| 97 | +[Documentation](https://wpcoder.pro/category/documentation/) | |
| 98 | +[Upgrade to Pro!](https://wpcoder.pro/pricing/) | |
| 99 | + | |
| 100 | + | |
| 44 | 101 | ### Other Useful Plugins ### |
| 45 | 102 | |
| 46 | 103 | If you find WP Coder useful, you might also want to check out our other plugins: |
| 47 | 104 | |
| @@ -54,9 +111,8 @@ | ||
| 54 | 111 | * [Sticky Buttons – floating buttons builder](https://wordpress.org/plugins/sticky-buttons/) |
| 55 | 112 | * [Bubble Menu – circle floating menu](https://wordpress.org/plugins/bubble-menu/) |
| 56 | 113 | * [Float menu – awesome floating side menu](https://wordpress.org/plugins/float-menu/) |
| 57 | 114 | * [Modal Window – create modal window](https://wordpress.org/plugins/modal-window/) |
| 58 | -* [Wow Skype Buttons](https://wordpress.org/plugins/mwp-skype/) | |
| 59 | 115 | |
| 60 | 116 | == Installation == |
| 61 | 117 | |
| 62 | 118 | = Automatic installation = |
| @@ -114,8 +170,17 @@ | ||
| 114 | 170 | 6. PHP Block |
| 115 | 171 | 7. PHP Global Block |
| 116 | 172 | |
| 117 | 173 | == Changelog == |
| 174 | + | |
| 175 | +### Links: ### | |
| 176 | + | |
| 177 | +[Website](https://wpcoder.pro) | |
| 178 | +[Documentation](https://wpcoder.pro/category/documentation/) | |
| 179 | +[Upgrade to Pro!](https://wpcoder.pro/pricing/) | |
| 180 | + | |
| 181 | += 3.4 = | |
| 182 | +* Added: Snippets page with pre-set the most popular snippet. | |
| 118 | 183 | |
| 119 | 184 | = 3.3 = |
| 120 | 185 | * Added: Button for add image in HTML code |
| 121 | 186 | * Added: HTML Minificator |