开发者 |
jcow
ekaj |
---|---|
更新时间 | 2015年12月22日 12:00 |
捐献地址: | 去捐款 |
PHP版本: | 3.6.1 及以上 |
WordPress版本: | 4.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
// Redirect using post id add_filter( 'sewn/login/logged_in_redirect', 'custom_sewn_logged_in_redirect_id' ); function custom_sewn_logged_in_redirect_id() { return 4; }
// Redirect using post slug add_filter( 'sewn/login/logged_in_redirect', 'custom_sewn_logged_in_redirect_slug' ); function custom_sewn_logged_in_redirect_slug() { return 'post-slug'; }
Sewn In Notification Box Support
If you install the Sewn In Notification Box, this plugin will start using that. This is handy to keep all of your notifications in a centralized location.