PHP WP短代码 - 检索作者页面网址

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP WP短代码 - 检索作者页面网址相关的知识,希望对你有一定的参考价值。

//retrieve author page url (ex. http://www.abc.com/?author=123) by using shortcode [XXXXX id=123]
function XXXXX_func($atts) {
    extract(shortcode_atts(array(
        "id" => '1'
    ), $atts));
    return get_author_posts_url($id);;
}
//add shortcode [XXXXX id=123]
add_shortcode('XXXXX', 'XXXXX_func');

以上是关于PHP WP短代码 - 检索作者页面网址的主要内容,如果未能解决你的问题,请参考以下文章

php 渲染短代码示例(WP)

PHP wp短代码

PHP 将WP短代码添加到模板

php WP短代码ob_start

php 压平WP Utility Script Runner的短代码

php WP联系表7包含国家列表的短代码