ؤؤؤؤؤؤؤؤؤؤؤؤؤؤؤؤؤ
اطلاعات کاربری
آرشیو
آمار سایت
کدهای اختصاصی
add_shortcode( 'member', 'member_check_shortcode' );
function member_check_shortcode( $atts, $content = null ) {
if ( is_user_logged_in() && !is_null( $content ) && !is_feed() )
return $content;
return 'برای دانلود بایدعضو باشید';
}