php WordPress入队

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php WordPress入队相关的知识,希望对你有一定的参考价值。

<?php
 
/**
 * Enqueue Site Files for child theme.
 *
 * @return void
 */
function dvc_theme_enqueue_styles() {
	wp_enqueue_style( 'divi-parent-style', get_template_directory_uri() . '/style.css' );
}

以上是关于php WordPress入队的主要内容,如果未能解决你的问题,请参考以下文章

PHP WordPress入队脚本 - jQuery

在functions.php中入队脚本后,Javascript无法在wordpress上运行

php [Debug enqueue scripts]快速调试,列出所有入队脚本。 #WordPress #enqueue

Wordpress:为啥我的样式表没有入队?

jQuery 未在 Wordpress 中定义,但我的脚本已正确入队

php 入队脚本