bp_activity_can_favorite, true

bp_activity_can_favorite, true

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_can_favorite, true') is found 1 times:

  • /bp-activity/bp-activity-template.php line 3436
    	 * @since 1.5.0
    	 *
    	 * @param bool $value Whether or not favoriting is enabled.
    	 */
    	return apply_filters( 'bp_activity_can_favorite', true );
    }
    
    /**
     * Output the total favorite count for a specified user.
     *
     * @since 1.2.0