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!!"; ?>