php 当年的短代码

Posted

tags:

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

<?php
/**
 * Setup the theme shortcodes
 *
 * @package KristaRae\YouthSportsTrainer
 * @since   1.0.0
 * @author  Krista Rae LLC
 * @link    https://kristarae.co
 * @license GPL
 */
namespace KristaRae\YouthSportsTrainer;

//* Allow the use of shortcodes in widget areas
add_filter('widget_text', 'do_shortcode');

add_shortcode( 'year', __NAMESPACE__ . '\get_year');
/**
 * A shortcode to display the current year
 *
 * @since 1.0.0
 *
 * @param $atts
 *
 * @return false|string
 */
function get_year( $atts ) {
	return date('Y');
}

以上是关于php 当年的短代码的主要内容,如果未能解决你的问题,请参考以下文章

如何将 php 代码插入 HTML 中的短代码?

php 用于显示外部文件的短代码

php 带过滤产品的短代码

php 年份页脚的短代码

php 允许产品摘录中的短代码

php 允许产品摘录中的短代码