File: bp-core/bp-core-functions.php |
Description |
---|---|
bp_core_get_table_prefix() |
Get the $wpdb base prefix, run through the ‘bp_core_get_table_prefix’ filter. |
bp_sort_by_key() |
Sort an array of objects or arrays by a specific key/property. |
bp_alpha_sort_by_key() |
Sort an array of objects or arrays by alphabetically sorting by a specific key/property. |
bp_core_get_post_id_by_slug() |
Get Post id by Post SLUG |
bp_core_get_post_slug_by_index() |
Generate post slug by files name |
bp_ajax_get_suggestions() |
AJAX endpoint for Suggestions API lookups. |