WP Development Utilities
Extends the template tags with more functions that are very useful.
Maintenance 20/1006303d since update
Active installs
0
Downloads
2,145
Reviews
0
Age
17.3y
Plugin info
Total downloads: 2,145
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/13/2008 (6303 days ago)
Added to WordPress: 10/27/2008 (17 years old)
Minimum WordPress version: 2.0.2
Tested up to WordPress version: 2.6.3
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 6303 days ago
20/100
Is WP Development Utilities abandoned?
Possibly abandoned (last update 6303 days ago).
Compatibility
Requires WordPress: 2.0.2
Tested up to: 2.6.3
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Taxonomy Thumbnail
Rating 5.0/5 (10 reviews) • Active installs 4,000
WP PHP Console
Rating 4.7/5 (19 reviews) • Active installs 700
Gravity Forms – Tab Index
Rating 4.1/5 (7 reviews) • Active installs 100
Custom Admin Footer Text
Rating 5.0/5 (2 reviews) • Active installs 100
Add Login Text
Rating 1.0/5 (1 reviews) • Active installs 100
Description
This script is useful during the development of WordPress, because will extend with a set of functions.
Usage
class WP_Dev_Utilities:
- _debug() – A function to print variable only if the user logged as administrator
- _retrieve_user_data() – Retrive user data informations only if user is logged in
- count_num_pages_post($id) – Returns the number of pages of a post
- get_current_execution_time($precision = 3) – Get the current execution time
- get_logged_username() – Returns the name of the user logged on
- get_post_content_from_id($id) – Return the content of the post from his id
- get_post_content_from_permalink($permalink) – Return the contents of the post permalink
- get_post_id_from_permalink($permalink) – Return the id of the post permalink
- is_administrator() – Check if logged user has the administrator privileges
- get_web_browser($shortname = false, $uppercase = false) – Returns the user’s browser name
- get_web_server($uppercase = false) – Returns the web server is use
- get_wp_version() – Get the current wordpress version
- get_tag_slug($title) – Get the tag slug from tag title
- get_current_tag_slug($title) – Get the tag slug from the current tag title
Installation
Follow the below instruction for the installation of this plugin.
- Upload
wp-dev-utilities.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Use the functions wherever you need (use the
$wpduvariable).
Frequently Asked Questions
No FAQ available
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
No changelog available