Namespaces: global |
Description |
|---|---|
| bp_core_dynamically_add_number_in_path() |
Dynamically add the number slug before folder path |
| bp_core_get_all_file_from_dir_and_subdir() |
Get all files and folders from the dir and sub dir |
| bp_get_default_options() |
Get the default site options and their values. |
| bp_add_options() |
Add default options when BuddyPress is first activated. |
| bp_delete_options() |
Delete default options. |
| bp_setup_option_filters() |
Add filters to each BP option, allowing them to be overloaded from inside the $bp->options array. |
| bp_pre_get_option() |
Filter default options and allow them to be overloaded from inside the $bp->options array. |
| bp_get_option() |
Retrieve an option. |
| bp_add_option() |
Add an option. |
| db_core_remove_file_extension_from_slug() |
Remove file type from slug |