Skip to main content

Home/ Groups/ Webpulser
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' ) ); }
Garry Ysenbaert

wbench Benchmark - 0 views

  •  
    WBench is a tool that uses the HTML5 performance timing API to benchmark end user load times for websites. It simulates users visiting your website for the first time, with nothing of your site cached.
Garry Ysenbaert

One Page Scroll plugin - 0 views

  •  
    Create an Apple-like one page scroller website (iPhone 5S website) with One Page Scroll plugin
Garry Ysenbaert

Mailpile: Let's take e-mail back! - 0 views

  •  
    A modern, fast web-mail client with user-friendly encryption and privacy features. 100% Free and Open Source software
« First ‹ Previous 761 - 780 of 1965 Next › Last »
Showing 20 items per page