Skip to main content

Home/ Webpulser/ Group items tagged network

Rss Feed Group items tagged

Garry Ysenbaert

Premium Social Network with WooCommerce and BuddyPress - 0 views

  • // Add the Membership sub-navigation menu item to BuddyPress' Profile navigation array add_action( 'bp_setup_nav', 'my_woo_info_nav' ); function my_woo_info_nav() { global $bp; $profile_link = trailingslashit( $bp->loggedin_user->domain . $bp->profile->slug ); bp_core_new_subnav_item( array( 'name' => __( 'Membership', 'buddypress' ), 'slug' => 'membership', 'parent_url' => $profile_link, 'parent_slug' => $bp->profile->slug, 'screen_function' => 'bp_woo_profile_subscription_screen', 'position' => 30, 'item_css_id' => 'membership' ) ); }
Petit Vianney

OVH Tasks - Security incident - 0 views

  •  
    A few days ago, we discovered that the security of our internal network at our offices in Roubaix had been compromised. After internal investigations, it appeared that a hacker was able to obtain access to an email account of one of our system administrators.
1 - 10 of 10
Showing 20 items per page