代码高亮
/*
* @Author: Litheme
* @Date: 2023-02-09 20:22:49
* @LastEditors: Litheme
* @LastEditTime: 2023-02-09 20:22:49
* Copyright (c) 2023 by Litheme All Rights Reserved.
*/
class Lt_Posts {
private $id;
private function __construct($id){
$this->id = (int)$id;
}
private static $instances = [];
public function __get($key){
if(in_array($key, ['id', 'post_id'])){
return $this->id;
}elseif(in_array($key, ['post', 'data'])){
return get_post($this->id);
}elseif($key == 'views'){
return (int)get_post_meta($this->id, 'views', true);
}elseif($key == 'thumbnail'){
if($this->supports('thumbnail')){
if($thumbnail = get_the_post_thumbnail_url($this->id, 'full')){
return $thumbnail;
}
}
return apply_filters('lt_post_thumbnail_url', '', $this->post);
}else{
$post = $this->post;
if(isset($post->$key)){
return $post->$key;
}else{
$key = 'post_'.$key;
return $post->$key ?? null;
}
}
}
public function __isset($key){
return $this->$key !== null;
}
}
幻灯片简码
按钮简码
这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 ×手风琴简码
提示框简码
隐藏内容
正在为你努力加载该隐藏内容
正在为你努力加载该隐藏内容
正在为你努力加载该隐藏内容
?
233
2323
看看
看看
我很欣赏你的主题