/*
* Theme Name: PeepSo Theme: Gecko
* Theme URI: https://PeepSo.com
* Author: PeepSo, Inc.
* Author URI: https://PeepSo.com
* Description: Thank you for choosing Gecko as your theme. We're very passionate about creating the best possible experience for you and your community. Community that can be built with PeepSo - The Next Generation User Profile And Social Networking Plugins for WordPress. For more information about PeepSo go to: <a href="https://PeepSo.com">PeepSo.com</a>.<!--Gecko Parent-->
* Version: 8.0.1.1
* Text Domain: peepso-theme-gecko
* Domain Path: /language
* Tags: blog, e-commerce, education, three-columns, left-sidebar, right-sidebar,
* Requires PHP: 7.2
* Tested up to: 6.5
* Copyright: (c) PeepSo, Inc. All Rights Reserved.
* License: GPLv2 or later (PHP), property of PeepSo, Inc. (CSS, JavaScript, images)
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
add_filter('peepso_activity_post_actions', function($actions, $post_id) {    $user_id = get_current_user_id();    $profile_url = home_url('/messages/?with=' . $post_id);    $actions['join_private'] = '<a href="' . $profile_url . '"     class="btn-rejoindre-prive"     title="Rejoindre en privé">    <i class="fas fa-comment-dots"></i> Rejoindre en privé    </a>';    return $actions;}, 10, 2);