开发者 | dsouzaj86 |
---|---|
更新时间 | 2024年7月23日 23:45 |
PHP版本: | 7.4.33 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
dynamic-text-spinner
folder to the /wp-content/plugins/
directory.Yes, the Dynamic Text Spinner is designed to be compatible with most popular page builders. However, if you encounter any issues, please reach out to our support.
Yes, the Dynamic Text Spinner works seamlessly with both standard and custom post types.
By default, the spintax cache duration is set to 12 hours. If you wish to customize this duration, you can define the SPINTAX_CACHE_DURATION
constant in your wp-config.php
file. For example, to set the cache duration to 6 hours, add the following line:
php
define('SPINTAX_CACHE_DURATION', 6 * HOUR_IN_SECONDS);