开发者 | patrickposner |
---|---|
更新时间 | 2024年8月19日 18:08 |
PHP版本: | 7.2 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
content_protector_unlocked_content
filter bug in AJAX mode fixed.div.content-protector-form-instructions
fixed.content_protector_ajax_support
- for loading any extra files needed to support your protected content in AJAX mode.content_protector_unlocked_content
filter.[caption]
built-in shortcode.[embed]
, [audio]
, and [video]
built-in shortcodes.[playlist]
and [gallery]
built-in shortcodes.content_protector_content
filter now called content_protector_unlocked_content
.content_protector_unlocked_content
filter can now be customized from the Settings -> General tab.the_content
filter now applied to form and CAPTCHA instructions.[embed]
, [audio]
, and [video]
built-in shortcodes. (experimental)content-protector-ajax.js
now loads in the footer.manage_options
permission (i.e., admin users only).autocomplete="off"
to the access form.$wp_locale
when available, combined *-i18n.js files into one).die()
to wp_die()
.content-protector-admin-tinymce.js
(No need anymore; required JS variables now hooked directly into editor). Fixes incompatibility with OptimizePress.content_protector_content
to emulate apply_filter( 'the_content', ... )
functionality for form and CAPTCHA instructions.content_protector_is_logged_in()
(See Usage for details).