<?php if( current_user_can('editor')): {: echo "wlecome"; } echo "welcome"; elseif( current_user_can('member')): {: echo "wlecome"; }"welcome"; else : wp_die("<h2> To"<h2>To view this page you must first <a href='". wp_login_url(get_permalink()) ."' title='Login'>log in</a> <a></h2>"); endif; ?> typo fix & code improvements, there where 2 different syntaxes mixed up, the : endif; and the {} version
bravokeyl
- 3.4k
- 6
- 28
- 34