如何从页面模板上调用的函数而不是从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
// call get_page_link($post->ID) // where $post-is a WordPress variable and needs to be global if called from inside a function. get_page_link($post->ID);
以上是关于如何从页面模板上调用的函数而不是从ins获取当前页面永久链接url的主要内容,如果未能解决你的问题,请参考以下文章
Asyncio 函数在从脚本调用而不是从 Flask 路由调用时有效