Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <strong>Informacion de Cuenta</strong>
- <?php
- if ( is_user_logged_in() && current_user_can('read') ) {
- $id = get_userdata( get_current_user_id() ) -> user_lastname;
- $usuario = $id;
- }
- $output = '[excel_table fname="excelcliente_$usuario"]';
- ?>
- <?php echo $output; ?>
Advertisement
Add Comment
Please, Sign In to add comment