php versioning.php

Posted

tags:

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

<?php
// Get the theme version & make it a named constant
$theme_data = wp_get_theme();
define( 'THEME_VERSION', $theme_data->Version );

// Use it in your enqueues 
wp_enqueue_style(
	'style_name',
	get_stylesheet_directory_uri() . '/style.css',
	array(),
	THEME_VERSION
);

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

php versioning2.php

php versioning.php

linux 安装多个PHP版本(php5.6 php7.1 php7.2 php7.3 php7.4 php8.0)nginx配置php多版本

php [guzzle php] guzzle php #php

php send.php php邮件模板#php

IntelliJ IDEA 11编辑php是,支持php文件名为.php5和.php4,如何设置能让其也支持.php呢?