开发者 | iworks |
---|---|
更新时间 | 2023年6月14日 16:47 |
捐献地址: | 去捐款 |
PHP版本: | 5.0 及以上 |
WordPress版本: | 6.0 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
upPrev
upPrev
in Appearance
will appear in your AdminUpload Plugin
upPrev
in Appearance
will appear in your AdminupPrev
folder to the /wp-content/plugins/
directoryupPrev
in Appearance
will appear in your AdminFirst of all, check your template. To proper work plugin requires function wp_head
and wp_footer
. If your template doesn't use one of the themes, upPrev will not work. If you cant check this action in your templates manually use this code to check it: https://gist.github.com/378450
Use the iworks_upprev_image
action, read more:
How to add a default image to a post without a thumbnail?
Use the iworks_upprev_get_the_post_thumbnail
filter, read more:
How to change post thumbnail to another image?
Yes. Just select post types on Appearance -> upPrev -> Content
page in Select post types
section.
See here: How I can customize my styles?
Visit: upPrev: snippet archive
$value
. Props for Robert.FILTER_SANITIZE_STRING
by FILTER_DEFAULT
to avoid warning in PHP 8.1.post_type
mismatch. Props for George.