RTMediaGalleryShortcode::display_allowed PHP Method

display_allowed() static public method

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