To enable debugging in WordPress, you will need to add the following to your site's wp-config.php
file:
define( 'WP_DEBUG', true );
if ( WP_DEBUG ) {
@error_reporting( E_ALL );
@ini_set( 'log_errors', true );
<?xml version="1.0"?> | |
<methodCall> | |
<methodName>system.multicall</methodName> | |
<params> | |
<param> | |
<value> | |
<array> | |
<data> | |
<value> | |
<struct><member><name>methodName</name><value><string>wp.getAuthors</string></value></member><member><name>params</name><value><array><data><value><string>1</string></value><value><string>sam</string></value><value><string>a</string></value></data></array></value></member></struct> |
<?php | |
function can_use_version( $version ) { | |
$secure_jetpacks = array( | |
'1.9' => '1.9.3', | |
'2.0' => '2.0.5', | |
'2.1' => '2.1.3', | |
'2.2' => '2.2.6', | |
'2.3' => '2.3.6', | |
'2.4' => '2.4.3', |
<?php | |
/* | |
Plugin Name: WordCamp Philly 2011 Admin | |
Plugin URI: http://localhost/whitelabel | |
Description: Some swanky stuff to make your admin look GOOD | |
Author: Andrew Norcross | |
Version: 0.1 | |
Requires at least: 3.0 | |
Author URI: http://andrewnorcross.com |
blockquote.tweet { | |
border-left: solid 4px #ccc; | |
padding-left: 8px; | |
} |