CesuryureK adlı üyeden alıntı

[COLOR=#000000]function cwc_member_check_shortcode( $atts, $content = null ) {[/COLOR]
[COLOR=#000000]global $user_level;[/COLOR]
[COLOR=#000000]get_currentuserinfo(); [/COLOR]
[COLOR=#000000]if ( $user_level == 1 || [/COLOR][COLOR=#000000]$user_level == 10[/COLOR][COLOR=#000000] && !is_null( $content ) && !is_feed() ) [/COLOR]
[COLOR=#000000]return $content;[/COLOR]
[COLOR=#000000]return '';[/COLOR]
[COLOR=#000000]} [/COLOR]
[COLOR=#000000]add_shortcode( 'member', 'cwc_member_check_shortcode' );[/COLOR][COLOR=#000000]
[/COLOR]
[COLOR=#000000]
[/COLOR]
[COLOR=#000000]bu şekilde deneyin bakalım. 1 seviyesi içerik sağlayıcısı 10 seviyesi admin seviyesi.[/COLOR]


Oldu hemde çok süper oldu :) tekrar çok teşekkürler