开发者 | srumery |
---|---|
更新时间 | 2024年7月16日 03:15 |
PHP版本: | 6.0 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv3 |
版权网址: | 版权信息 |
No. The tab is built with CSS. That way, you can customize the tab text, fonts and colors very easily.
Yes. Now it works on both sides.
No. We want to keep it simple so we are only supporting one tab. More than one tab would complicate this plugin quite a bit. Besides, two tabs doesn't look that great on mobile. If you need more than one tab, this plugin is not for you.
Use the rum_sst_plugin_display_tab
filter to conditionally hide the tab on specific pages. Visit Code Snippets: Display Tab Filter for code examples.
Use the rum_sst_plugin_text_for_tab
filter to modify the output of the tab. Visit Code Snippets: Tab Text Filter for code examples.
Use the rum_sst_plugin_class_for_tab
filter to modify the output of the tab CSS classes. Visit Code Snippets: Tab Class Filter for code examples.