bbp_admin_setting_callback_user_subs_slug()
Subscriptions slug setting field
Description
Source
File: bp-forums/admin/settings.php
1869 1870 1871 1872 1873 1874 1875 1876 1877 | function bbp_admin_setting_callback_user_subs_slug() { ?> <input name= "_bbp_user_subs_slug" id= "_bbp_user_subs_slug" type= "text" class = "regular-text code" value= "<?php bbp_form_option( '_bbp_user_subs_slug', 'subscriptions', true ); ?>" <?php bbp_maybe_admin_setting_disabled( '_bbp_user_subs_slug' ); ?> /> <?php // Slug Check bbp_form_slug_conflict_check( '_bbp_user_subs_slug' , 'subscriptions' ); } |
Changelog
Version | Description |
---|---|
2.4.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.