{"id":3263,"date":"2008-06-27T03:34:09","date_gmt":"2008-06-27T03:34:09","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-developer-assistant\/"},"modified":"2008-07-02T02:29:05","modified_gmt":"2008-07-02T02:29:05","slug":"wp-developer-assistant","status":"publish","type":"plugin","link":"https:\/\/ja.wordpress.org\/plugins\/wp-developer-assistant\/","author":477838,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.3","stable_tag":"1.0.3","tested":"2.5.1","requires":"2.2","requires_php":"","requires_plugins":"","header_name":"WP Developer Assistant","header_author":"Chris Jean","header_description":"","assets_banners_color":"","last_updated":"2008-07-02 02:29:05","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/blog.realthemes.com\/donations\/","header_plugin_uri":"http:\/\/blog.realthemes.com\/wp-developer-assistant\/","header_author_uri":"http:\/\/realthemes.com","rating":5,"author_block_rating":0,"active_installs":30,"downloads":9511,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.0.2","1.0.3"],"block_files":[],"assets_screenshots":{"screenshot-5.png":{"filename":"screenshot-5.png","revision":"1566817","resolution":"5","location":"plugin"},"screenshot-7.png":{"filename":"screenshot-7.png","revision":"1566817","resolution":"7","location":"plugin"},"screenshot-6.png":{"filename":"screenshot-6.png","revision":"1566817","resolution":"6","location":"plugin"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1566817","resolution":"4","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1566817","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1566817","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1566817","resolution":"1","location":"plugin"}},"screenshots":{"1":"The main Developer page with options to enable errors and variable output. These settings are set per-user, so no one else will see your debug data cluttering up their screen.","2":"The Options page for easy modification of entries in the options table, inlcluding serialized data. Ability to add and remove options will be added soon.","3":"The Hooks page displays detailed information about add_action, do_action, add_filter, and apply_filters function calls and where they are located in the source files.","4":"Run Query is a simple tool that lets you run arbitrary queries on the database. Very useful for development, testing, and repairs.","5":"The PHP Info page simply shows the output from phpinfo(). It may not be fancy, but it can be extremely useful.","6":"The Defines page shows detailed information about defined named constants. Can't remember what that constant was called that holds the location to the plugins directory? This should help you remember.","7":"The Upload Files page is an invaluable tool for quickly and easily uploading any type of file (including archives) to any location inside WordPress. You can even upload from a remote URL."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[94,2275,734],"plugin_category":[59],"plugin_contributors":[80114],"plugin_business_model":[],"class_list":["post-3263","plugin","type-plugin","status-publish","hentry","plugin_tags-debug","plugin_tags-developer","plugin_tags-development","plugin_category-utilities-and-tools","plugin_contributors-chrisbliss18","plugin_committers-chrisjean","plugin_committers-paultgoodchild"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-developer-assistant.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-developer-assistant\/trunk\/screenshot-1.png?rev=1566817","caption":"The main Developer page with options to enable errors and variable output. These settings are set per-user, so no one else will see your debug data cluttering up their screen."},{"src":"https:\/\/ps.w.org\/wp-developer-assistant\/trunk\/screenshot-2.png?rev=1566817","caption":"The Options page for easy modification of entries in the options table, inlcluding serialized data. Ability to add and remove options will be added soon."},{"src":"https:\/\/ps.w.org\/wp-developer-assistant\/trunk\/screenshot-3.png?rev=1566817","caption":"The Hooks page displays detailed information about add_action, do_action, add_filter, and apply_filters function calls and where they are located in the source files."},{"src":"https:\/\/ps.w.org\/wp-developer-assistant\/trunk\/screenshot-4.png?rev=1566817","caption":"Run Query is a simple tool that lets you run arbitrary queries on the database. Very useful for development, testing, and repairs."},{"src":"https:\/\/ps.w.org\/wp-developer-assistant\/trunk\/screenshot-5.png?rev=1566817","caption":"The PHP Info page simply shows the output from phpinfo(). It may not be fancy, but it can be extremely useful."},{"src":"https:\/\/ps.w.org\/wp-developer-assistant\/trunk\/screenshot-6.png?rev=1566817","caption":"The Defines page shows detailed information about defined named constants. Can't remember what that constant was called that holds the location to the plugins directory? This should help you remember."},{"src":"https:\/\/ps.w.org\/wp-developer-assistant\/trunk\/screenshot-7.png?rev=1566817","caption":"The Upload Files page is an invaluable tool for quickly and easily uploading any type of file (including archives) to any location inside WordPress. You can even upload from a remote URL."}],"raw_content":"<!--section=description-->\n<p><strong>WP Developer Assistant<\/strong> is a WordPress plugin developed by a WordPress developer for WordPress developers.<\/p>\n\n<ul>\n<li>Have you ever needed to run a query when you didn't have access to phpMyAdmin or SSH?<\/li>\n<li>Don't you hate it when you need to upload a plugin, theme, or other file and don't have FTP access?<\/li>\n<li>Have you ever wondered where that action or filter hook gets called?<\/li>\n<li>Want to enable errors while hiding them from everyone else?<\/li>\n<li>Wouldn't it be great if you could output a full listing of PHP global variable values on each page so debugging would be easier?<\/li>\n<li>Ever wanted to modify one of those serialized options?<\/li>\n<li>Would you like to quickly see a full list of defined constants?<\/li>\n<\/ul>\n\n<p>It's thoughts like these that caused me to make this plugin. WP Developer Assistant is the first WordPress plugin of its kind. It essentially is a toolkit that makes life as a WordPress developer easier.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Customizable enabling of PHP errors that only show for your user.<\/li>\n<li>Display values of PHP's built-in global variables (_POST, _REQUEST, _FILE, _ENV, etc) on each page.<\/li>\n<li>Easily modify Options table values, including serialized data.<\/li>\n<li>View a full list of all the add_action, do_action, add_filter, and apply_filters function calls complete with information on function names, priorities, number of accepted arguments, source file name, and file line number.<\/li>\n<li>Quickly execute queries with the Run Query tool.<\/li>\n<li>Show phpinfo().<\/li>\n<li>View a comprehensive list of all the defined named constants, their current value, the declared value, the source file name of the definition, and the file line number of the definition.<\/li>\n<li>Quickly and easily upload files to any place inside your WordPress installation. The uploader will even automatically extract archives to the destination directory.<\/li>\n<\/ul>\n\n<p>There are many more features planned for this plugin. For more information about this plugin and its development, visit the <a href=\"http:\/\/blog.realthemes.com\/wp-developer-assistant\/\" title=\"wp developer assistant home page\">WP Developer Assistant Home Page<\/a>.<\/p>\n\n<h3>Requirements<\/h3>\n\n<ul>\n<li>PHP 4+<\/li>\n<li>WordPress 2.2+<\/li>\n<\/ul>\n\n<h3>Version History<\/h3>\n\n<ul>\n<li>1.0.1 - 2008-06-26 - Initial release version<\/li>\n<li>1.0.2 - 2008-06-26 - Slight modification that required a new version<\/li>\n<li>1.0.3 - 2008-07-01 - Added support for PHP 4<\/li>\n<\/ul>\n\n<h3>More Information<\/h3>\n\n<p>For more information about this plugin and its development, visit the <a href=\"http:\/\/blog.realthemes.com\/wp-developer-assistant\/\" title=\"wp developer assistant home page\">WP Developer Assistant Home Page<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Download and unzip the latest release zip file<\/li>\n<li>Upload the entire wp-developer-assistant directory to your <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Click on the <strong>Developer<\/strong> link in the main administration navigation to access the tools<\/li>\n<\/ol>","raw_excerpt":"A plugin by a WordPress developer for WordPress developers.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/3263","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=3263"}],"author":[{"embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/chrisjean"}],"wp:attachment":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=3263"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=3263"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=3263"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=3263"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=3263"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=3263"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}