{"id":7344,"date":"2010-02-01T16:07:55","date_gmt":"2010-02-01T16:07:55","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/devel\/"},"modified":"2010-02-02T08:25:18","modified_gmt":"2010-02-02T08:25:18","slug":"devel","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/devel\/","author":235658,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.1","stable_tag":"trunk","tested":"2.9.2","requires":"2.9","requires_php":"","requires_plugins":"","header_name":"Devel","header_author":"Ptah Dunbar","header_description":"","assets_banners_color":"","last_updated":"2010-02-02 08:25:18","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=11341928","header_plugin_uri":"http:\/\/ptahdunbar.com\/plugins\/devel","header_author_uri":"http:\/\/ptahdunbar.com","rating":5,"author_block_rating":0,"active_installs":10,"downloads":1936,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[23405],"plugin_category":[],"plugin_contributors":[78945],"plugin_business_model":[],"class_list":["post-7344","plugin","type-plugin","status-closed","hentry","plugin_tags-devel","plugin_contributors-ptahdunbar","plugin_committers-ptahdunbar"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/devel.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p><em>Devel<\/em> is made up of development oriented administrative components for developers and power users who need more control over their WordPress site.<\/p>\n\n<p>Features are seperated into components which can be enabled or disabled. In addition, devel has an intuitive API for adding your own custom components into the mix using the devel components API.<\/p>\n\n<p><strong>Bundled Components<\/strong><\/p>\n\n<p>By default, devel comes packaged with:<\/p>\n\n<ul>\n<li><em>Custom Fields Manager<\/em> - Allows to you manage all custom fields in your site.<\/li>\n<\/ul>\n\n<p>Additional components will be added gradually throughout future releases. If you have any component suggestions, please visit the <a href=\"http:\/\/wordpress.org\/tags\/devel\/\">forums<\/a>.<\/p>\n\n<h4>Components API<\/h4>\n\n<p>Using the components API, you can add your own components to devel.<\/p>\n\n<p>Add a component:<\/p>\n\n<pre><code>add_action( 'devel_register_components', 'register_my_components' );\nfunction register_my_components() {\n    register_devel_component( array( 'id' =&gt; 'debug', 'label' =&gt; 'Debug', 'callback' =&gt; 'debug_callback', 'description' =&gt; 'This is a custom component.' ) );\n}\n<\/code><\/pre>\n\n<p>In your callback function:<\/p>\n\n<pre><code>function debug_callback() {\n    if ( is_active_devel_component( 'debug' ) ) {\n        require_once( TEMPLATEPATH . '\/devel-component-debug.php' );\n    }\n}\n<\/code><\/pre>\n\n<p>In <code>devel-component-debug.php<\/code> you can hook into the devel menu:<\/p>\n\n<pre><code>add_action( 'admin_menu', 'custom_fields_init' );\nfunction custom_fields_init() {\n    add_submenu_page( 'devel', 'Debug', 'Debug', 'manage_options', 'debug-component', 'debug_admin_page' );\n}\n\nfunction debug_admin_page() { ?&gt;\n    &lt;div class=\"class\"&gt;\n        &lt;?php screen_icon('tools'); ?&gt;\n        &lt;h2&gt;Debug&lt;\/h2&gt;\n    &lt;\/div&gt;\n    &lt;?php\n}\n<\/code><\/pre>\n\n<!--section=installation-->\n<ol>\n<li>Upload 'devel' to the '\/wp-content\/plugins\/' directory.<\/li>\n<li>Activate the plugin through the <em>Plugins<\/em> menu in WordPress.<\/li>\n<li>Go to <em>Devel &gt; Devel Components<\/em> and activate any components you want.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Where do I go to file a bug or ask a question?<\/dt>\n<dd><p>Please visit the forum for questions or comments: http:\/\/wordpress.org\/tags\/devel\/<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<p><strong>0.1<\/strong> <em>(02\/1\/2010)<\/em><\/p>\n\n<pre><code>* Initial release.\n<\/code><\/pre>","raw_excerpt":"Devel is made up of development oriented administrative components for developers and power users who need more control over their WordPress site.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/7344","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=7344"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ptahdunbar"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=7344"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=7344"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=7344"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=7344"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=7344"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=7344"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}