php 将自定义CSS文件添加到标头中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 将自定义CSS文件添加到标头中相关的知识,希望对你有一定的参考价值。

/**
 * Add custom CSS file into the header
 */
function custom_login_css() {     
	wp_enqueue_style('login-styles', get_template_directory_uri() . '/custom-login.css'); 
} 

add_action('login_enqueue_scripts', 'custom_login_css');

以上是关于php 将自定义CSS文件添加到标头中的主要内容,如果未能解决你的问题,请参考以下文章

将自定义 css 添加到 wordpress 中的页面模板

如何将自定义标头从 mvc 项目发送到 Web api 项目?

将自定义标头添加到“请求”

将自定义标头添加到 AFNetworking,我做错了啥?

如何以角度将自定义标头添加到httpRequest

如何在 PowerShell 中运行 appCmd 以将自定义标头添加到默认网站