bp_core_cover_image_scripts()
Enqueues the css and js required by the Cover Image UI.
Description Description
Source Source
File: bp-core/bp-core-cssjs.php
function bp_core_cover_image_scripts() {
if ( ! bp_attachments_cover_image_is_edit() ) {
return false;
}
// Enqueue the Attachments scripts for the Cover Image UI.
bp_attachments_enqueue_scripts( 'BP_Attachment_Cover_Image' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.4.0 | Introduced. |