WordPress 5+自动将所有图库图像链接到媒体文件

时间:2018-12-19 12:07:28

标签: wordpress gallery block wordpress-gutenberg

请大家,我真的需要您的帮助,我很坚持!

enter image description here

在WP 5之前,我使用下面的此过滤器将所有图库图像自动链接到“文件”。

add_filter( 'shortcode_atts_gallery',
    function( $out ){
        $out['link'] = 'file'; 
        return $out;
    }
);

但是在WP 5之后,我如何使其重新工作?我真的需要自动将所有图库图像链接到“媒体文件”!

0 个答案:

没有答案