WordPress settings only allow logged users to view content short code call problems, Help

Source: Internet
Author: User
The following code is inserted into the function.php to enable the login user to view the article content, insert [members_only] [/menmbers_only] where each article needs to be viewed by the user.

But I use foogallery in the article after the short code, Foogallery can not display normally, ask how to solve?
[Members_only]
[Foogallery id= "141"] article published here still shows [Foogallery id= "141"], did not call the short code.
[/menmbers_only]

add_shortcode( ‘members_only’, ‘members_only_shortcode’ );function members_only_shortcode( $atts, $content = null ){if ( is_user_logged_in() && !empty( $content ) && !is_feed() ){return $content;}return ‘注册并购买课程之后才能学习哦~';}

Reply content:

The following code is inserted into the function.php to enable the login user to view the article content, insert [members_only] [/menmbers_only] where each article needs to be viewed by the user.

But I use foogallery in the article after the short code, Foogallery can not display normally, ask how to solve?
[Members_only]
[Foogallery id= "141"] article published here still shows [Foogallery id= "141"], did not call the short code.
[/menmbers_only]

add_shortcode( ‘members_only’, ‘members_only_shortcode’ );function members_only_shortcode( $atts, $content = null ){if ( is_user_logged_in() && !empty( $content ) && !is_feed() ){return $content;}return ‘注册并购买课程之后才能学习哦~';}

Return Do_shortcode ($content);

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.