| @@ -4,9 +4,9 @@ | ||
| 4 | 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.4 | |
| 8 | +Stable tag: 3.5 | |
| 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,13 @@ | ||
| 40 | 40 | ### Video ### |
| 41 | 41 | |
| 42 | 42 | https://youtu.be/YF4X7sU0iFY?si=327VZduhqu_mh5-N |
| 43 | 43 | |
| 44 | +### Plugin includes following Tools ### | |
| 45 | +* Tracking Code Manager - Easily integrate your website with popular platforms like Google Analytics, Facebook Pixel, and Pintrest Pixel. | |
| 46 | +* Google AdSense - Easily add Google AdSense to your WordPress site. It is possible to disable advertising for authorized users by role. | |
| 47 | + | |
| 48 | + | |
| 44 | 49 | ### Plugin includes following Snippets ### |
| 45 | 50 | |
| 46 | 51 | #### Disable #### |
| 47 | 52 | * Disable Gutenberg Editor |
| @@ -50,9 +55,9 @@ | ||
| 50 | 55 | * Remove WordPress Version Number |
| 51 | 56 | * Disable XML-RPC |
| 52 | 57 | * Disable Automatic Updates Emails |
| 53 | 58 | * Disable Automatic Updates |
| 54 | -* Disable The WP Admin Bar | |
| 59 | +* Disable The WP Admin Bar - show Admin bar only for checked authorized users by role | |
| 55 | 60 | * Disable Attachment Pages |
| 56 | 61 | * Disable WordPress REST API |
| 57 | 62 | * Disable Comments |
| 58 | 63 | * Disable Automatic Trash Emptying |
| @@ -90,8 +95,18 @@ | ||
| 90 | 95 | * Change oEmbed Max Width and Height |
| 91 | 96 | * Change Read More Text for Excerpts |
| 92 | 97 | * Extend Login Expiration Time |
| 93 | 98 | |
| 99 | +###PRO Features### | |
| 100 | +* Create Custom templates - Design custom templates for pages, posts, categories, and more, infusing your unique code for brand-aligned layouts. | |
| 101 | +* Dequeue CSS and JS - Increase site speed by adding only selected styles/scripts and removing redundant resources from the queue to optimize user experience. | |
| 102 | +* Conditional Logic - Utilize our Conditional Logic rule to dictate where your code will work: Pages Rules, Devices Rules, Scheduled, Browsers Rules, Users Rules, Language Rules. | |
| 103 | +* Uses extra Tools - Enable Style and Script on the Login Page, Enable Maintenance Mode, Enable Extra Icon Enable Breadcrumbs. | |
| 104 | +* Shortcode Attributes - Add custom attributes for shortcodes. Embed these attributes into your HTML code for tailored content display. | |
| 105 | + | |
| 106 | +**Pro version** is available at [wpcoder.pro](https://wpcoder.pro/pricing/). | |
| 107 | + | |
| 108 | + | |
| 94 | 109 | ### Links: ### |
| 95 | 110 | |
| 96 | 111 | [Website](https://wpcoder.pro) |
| 97 | 112 | [Documentation](https://wpcoder.pro/category/documentation/) |
| @@ -176,8 +191,14 @@ | ||
| 176 | 191 | |
| 177 | 192 | [Website](https://wpcoder.pro) |
| 178 | 193 | [Documentation](https://wpcoder.pro/category/documentation/) |
| 179 | 194 | [Upgrade to Pro!](https://wpcoder.pro/pricing/) |
| 195 | + | |
| 196 | += 3.5 = | |
| 197 | +* Added: Tool "Tracking Code Manager" for integrate Google Analytics, Facebook Pixel, and Pintrest Pixel; | |
| 198 | +* Added: Tool 'Google AdSense' for integrate Google AdSense on the site; | |
| 199 | +* Added: users roles for snippet 'Disable The WP Admin Bar'; | |
| 200 | +* Changed: link to the back; | |
| 180 | 201 | |
| 181 | 202 | = 3.4 = |
| 182 | 203 | * Added: Snippets page with pre-set the most popular snippet. |
| 183 | 204 | |