File: bp-core/bp-core-cssjs.php |
Description |
---|---|
bp_core_get_js_dependencies() |
Get the JavaScript dependencies for buddypress.js. |
bp_core_get_js_dependencies |
Filters the javascript dependencies for buddypress.js. |
bp_add_cover_image_inline_css() |
Add inline css to display the component’s single item cover photo. |
bp_core_cover_image_scripts() |
Enqueues the css and js required by the Cover Photo UI. |
bp_core_add_jquery_cropper() |
Enqueues jCrop library and hooks BP’s custom cropper JS. |
bp_core_add_cropper_inline_js() |
Output the inline JS needed for the cropper to work on a per-page basis. |
bp_inline_cropper_image |
Filters the return value of getimagesize to determine if an image was uploaded. |
bp_core_add_cropper_inline_css() |
Output the inline CSS for the BP image cropper. |
bp_core_add_ajax_url_js() |
Define the ‘ajaxurl’ JS variable, used by themes as an AJAX endpoint. |
bp_core_ajax_url() |
Get the proper value for BP’s ajaxurl. |