PHPに投稿されたコード一覧
class app_widget extends WP_Widget {protected function get_input($instance, $id) {?><p><label for="<?php echo $this->get_field_id($id); ?>"><?php echo $id;?>:
<?phpglobal $wpdb;$bp;if(is_user_logged_in())wp_redirect( $bp->loggedin_user->domain );get_header()