Lines: 1 to 16 of 16
<?php /** * BuddyPress Blogs Widgets. * * @package BuddyPress * @subpackage BlogsWidgets * @since 1.0.0 */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; /* function bp_blogs_register_widgets() – Register the widgets for the Blogs component. */ add_action( 'bp_register_widgets', 'bp_blogs_register_widgets' );