gianism_external_view_file

gianism_external_view_file

Hook Type: filter

See hook in core

Displaying hooks found in version: gianism.5.2.2

apply_filters('gianism_external_view_file') is found 1 times:

  • /app/Gianism/UI/Screen.php line 70
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
             * @param string $slug
             * @param string $view_name
             * @return string File path for template.
             */
            $external = apply_filters( 'gianism_external_view_file', '', $this->slug, $name );
            if ( file_exists( $external ) ) {
                return $external;
            }
        }
        return '';
    }