by dessky
5 (1 reviews)
Dessky Snippets
Add your custom PHP code snippet from WordPress admin.
Compatible with WP 6.9.4
v1.1
Current Version v1.1
Updated 3 weeks ago
Last Update on 24 Mar, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#10,320
—
No change
Active Installs
300+
—
No change
KW Avg Position
N/A
—
No change
Downloads
4.7K
+4 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(1 reviews)
Next Milestone 400
300+
400+
42
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 4 more installs to reach 400+
Rank Changes
Current
#10,320
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
5.0
1 reviews
Overall
100%
5
1
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.1
- Last Updated
- Mar 24, 2026
- Requires WP
- 3.9+
- Tested Up To
- 6.9.4
- PHP Version
- N/A
- Author
- dessky
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 1
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about Dessky Snippets
A. Sorry, this plugin is available for use only on self-hosted (WordPress.org) websites.
A. Absolutely not. This plugin is added/configured entirely from the WordPress Admin section.
A. Just place your PHP code into the textfield and click "Save Changes". Example of PHP code: function MyAwesomeFunction() { // Content of my awesome function }
A. Here are a few of the most likely causes of the error message: You make a syntax error in the code that you have entered. Check the syntax of your code and try again. You have entered function with a name that is already occupied by another function. Use a unique name for your function. You are trying to overwrite an existing function (of WordPress, theme, or plugin). Instead, use filters and hooks.
A. It may be that a custom code that you've entered caused the error and white screen of death. If this happened then do the following. Go to plugin folder (in wp-content/plugins/dessky-snippets/). Rename the "START" file to "STOP". Then you may go to plugin settings page and edit your entered custom code. After editing, just rename the "STOP" file that you renamed before back to "START".