RTMediaGalleryShortcode::display_allowed PHP 메소드

display_allowed() 정적인 공개 메소드

Helper function to check whether the shortcode should be rendered or not
static public display_allowed ( ) : type
리턴 type
    static function display_allowed()
    {
        $flag = true;
        $flag = apply_filters('before_rtmedia_gallery_display', $flag);
        return $flag;
    }