如何从页面模板上调用的函数而不是从ins获取当前页面永久链接url

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何从页面模板上调用的函数而不是从ins获取当前页面永久链接url相关的知识,希望对你有一定的参考价值。

I got the answer to this question on WordPress Stack Exchange website:

http://wordpress.stackexchange.com/questions/6931/is-there-a-wordpress-function-that-i-can-use-to-retrieve-the-current-page-that-is
  1. // call get_page_link($post->ID)
  2. // where $post-is a WordPress variable and needs to be global if called from inside a function.
  3. get_page_link($post->ID);

以上是关于如何从页面模板上调用的函数而不是从ins获取当前页面永久链接url的主要内容,如果未能解决你的问题,请参考以下文章

Asyncio 函数在从脚本调用而不是从 Flask 路由调用时有效

html怎么获取动态数据?

跨域 fetch() 从页面而不是从开发控制台抛出“无法获取”

小程序 (下拉刷新,上拉加载)

从字符串而不是从文件加载模板

对象 Promise 显示而不是从 API 调用中提取的数据