wp_register_style

函数
wp_register_style ( $handle, $src, $deps = array(), $ver = false, $media = 'all' )
参数
  • (string) $handle Name of the stylesheet. Should be unique.
    Required:
  • (string|false) $src Full URL of the stylesheet, or path of the stylesheet relative to the WordPress root directory. If source is set to false, stylesheet is an alias of other stylesheets it depends on.
    Required:
  • (string[]) $deps Optional. An array of registered stylesheet handles this stylesheet depends on. Default empty array.
    Required:
    Default: array()
  • (string|bool|null) $ver Optional. String specifying stylesheet version number, if it has one, which is added to the URL as a query string for cache busting purposes. If version is set to false, a version number is automatically added equal to current installed WordPress version. If set to null, no version is added.
    Required:
    Default: false
  • (string) $media Optional. The media for which this stylesheet has been defined. Default 'all'. Accepts media types like 'all', 'print' and 'screen', or media queries like '(orientation: portrait)' and '(max-width: 640px)'.
    Required:
    Default: 'all'
返回值
  • (bool) Whether the style has been registered. True on success, false on failure.
相关
  • WP_Dependencies::add()
定义位置
相关方法
wp_deregister_stylewp_register_scriptwp_registerregister_block_stylewp_deregister_script
引入
2.6.0
弃用
-

wp_register_style: 这个函数用来向WordPress注册一个样式。它接受几个参数,包括样式的名称、源URL、依赖性、版本,以及它是否应该被加载到页眉或页脚。

注册一个CSS样式表。

function wp_register_style( $handle, $src, $deps = array(), $ver = false, $media = 'all' ) {
	_wp_scripts_maybe_doing_it_wrong( __FUNCTION__, $handle );

	return wp_styles()->add( $handle, $src, $deps, $ver, $media );
}

常见问题

FAQs
查看更多 >
闪电侠

(工作日 10:00 - 18:30 为您服务)

2025-12-13 14:36:09

您好,无论是售前、售后、意见建议……均可通过联系工单与我们取得联系。

您也可选择聊天工具与我们即时沟通或点击查看:

您的工单我们已经收到,我们将会尽快跟您联系!
取消
选择聊天工具: