首页 WordPress函数大全 get_page_template_slug()

get_page_template_slug()

2020-05-01 / 3157阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

get_page_template_slug( int|WP_Post $post = null )

Get the specific template filename for a given post.

描述

参数

$post

(int|WP_Post)
(Optional)
Post ID or WP_Post object. Default is global $post.

Default value: null

返回

(string|false) Page template filename. Returns an empty string when the default page template is in use. Returns false if the post does not exist.

大家谈论
    我的见解