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;
    }