开发者 |
CodeKitchen
markoheijnen tara-van-der-wel |
---|---|
更新时间 | 2021年2月28日 21:18 |
捐献地址: | 去捐款 |
PHP版本: | 3.7 及以上 |
WordPress版本: | 5.6.2 |
tabify-edit-screen
to the /wp-content/plugins/
directoryAt this moment the title and submit box are always visible. You can change this by using the following filters:
Yes, you can use the filter 'tabify_tab_location' and passing the value 'after_title' to it. You can also check on the second argument what the location is. Now always 'posttype'
Since version 0.9.0 it should work for almost all plugins. Unless they do extra checks it should work. Before there was a filter 'tabify_plugin_support' which still exists but shouldn't be used anymore.
At this moment new metaboxes are places on the last tab. You can go to the settings screen to reorder the metabox. You can change which tab it should go like with meta boxes that don't show up like Types or WordPress SEO. You do this with the filter 'tabify_unattached_metaboxes_index'.
tabify_settings
got changed