PHPに投稿されたコード一覧
<?php //Tr_Twitのコードをほとんど流用。 set_include_path(realpath('./src') . PATH_SEPARATOR . get_include_path()); require_once './src/Tr/Twit.php';
<?php echo "Hello world"; ?>
function vomit($str){ $enc_str = htmlspecialchars($str, ENT_QUOTES, 'UTF-8'); echo $enc_str; }
function yeah_register_css() { echo '<link rel="stylesheet" type="text/css" href="' . get_bloginfo('wpurl') . '/yeah-includes/yeah-register.css" />'; } add_action('signup_header', 'yeah_register_css');
<?php echo "hello world!!"; ?>