Konu
Wordpress de üyelere özel paylaşım ?
09-05-2013, 21:14:34
#2
ForsBey
function cwc_member_check_shortcode( $atts, $content = null ) {
if ( is_user_logged_in() && !is_null( $content ) && !is_feed() ){
return $content;
return '';
}else{
// üye olun vs.
}
}