Guest User

Muestra

a guest
Jan 21st, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.29 KB | None | 0 0
  1. <strong>Informacion de Cuenta</strong>
  2.  
  3. <?php
  4. if ( is_user_logged_in() && current_user_can('read') ) {
  5.    $id = get_userdata( get_current_user_id() ) -> user_lastname;
  6.     $usuario = $id;
  7. }
  8. $output = '[excel_table fname="excelcliente_$usuario"]';
  9.     ?>
  10.    
  11. <?php echo $output; ?>
Advertisement
Add Comment
Please, Sign In to add comment