且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

WordPress排队脚本和样式

更新时间:2023-12-05 18:16:16

在函数中使用此代码.在函数

In function use this code.before function

 if ( ! function_exists( 'smarter_scripts' ) ) {

然后在条件条件下放置此代码之前将其关闭.

Then before closing this if condition place this code.

add_action( 'wp_enqueue_scripts', 'smarter_scripts', 99);

在您的header.php文件中,代码位于标记之前的代码之下

In your header.php file place below code before tag

<?php wp_head(); ?>