php WP始终链接到媒体文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php WP始终链接到媒体文件相关的知识,希望对你有一定的参考价值。

function my_gallery_default_type_set_link( $settings ) {
   $settings['galleryDefaults']['link'] = 'file';
   return $settings;
}

add_filter( 'media_view_settings', 'my_gallery_default_type_set_link');

以上是关于php WP始终链接到媒体文件的主要内容,如果未能解决你的问题,请参考以下文章

php 添加“忘记密码?”链接到wp_login_form()输出

php 将自定义链接添加到使用wp_nav_menu()函数的菜单的末尾

wordpress博客D8主题插件WP-UserAgent用法 PHP

wp_admin 页面重定向到 wordpress 中的本地主机

wordpress中怎样设置404自定义错误指向wp-404-handler.php???

php 将SVG添加到WP媒体中