Loading...
ADD TO YOUR ENQUIRY LISTS
By adding to your list, you can save your favourites and send enquiry emails in one go!
ADD TO YOUR ENQUIRY LISTS

Name this list

50 characters maximum

Loading…

My Enquiry List

<?php

if ( is_user_logged_in() ) {

	function my_prefix_bp_setup_nav15() {
    global $bp;
    // Change the name and slug as you wish
    $name = 'My Saved List';
    $slug = 'my-saved-lists';

    bp_core_new_nav_item( array(
        'name'                  => $name,
        'slug'                  => $slug,
        'screen_function'       => 'my_prefix_screen15',
        'position'              => 40,
        'parent_url'            =>  '/',
        'parent_slug'           => $bp->profile->slug,
        'default_subnav_slug'   => $slug
    ) );

}
add_action( 'bp_setup_nav', 'my_prefix_bp_setup_nav15' );

function my_prefix_screen15() {
    // Register title (optional) and content hooks
    add_action( 'bp_template_title', 'my_prefix_title15' );
   add_action( 'bp_template_content', 'my_prefix_content15' );
    bp_core_load_template( 'buddypress/members/single/plugins' );
}

function my_prefix_title15() {
    echo '';
}

function my_prefix_content15() {
   
       echo '<a href="/my-saved-lists" style="background:#000;color:#fff;padding:15px 30px;text-decoration: none;">GO TO MY SAVED LIST</a>';
        
   
}

}

THE ULTIMATE MARKETPLACE & COMMUNITY FOR ASSISTANTS

Sign up to our Newsletter for Weekly News & Opportunities, Exclusive Offers & Competitions, Upcoming Events & Inside Scoop.

By entering my email I agree to the Miss Jones Group Privacy Policy (we won’t share your data & you can unsubscribe at any time).

THE ULTIMATE MARKETPLACE & COMMUNITY FOR ASSISTANTS

Sign up to our Newsletter for Weekly News & Opportunities, Exclusive Offers & Competitions, Upcoming Events & Inside Scoop.

By entering my email I agree to the Miss Jones Group Privacy Policy (we won’t share your data & you can unsubscribe at any time).

Type your custom success message here...

Are you a Member?

Login or Create account to access  your exclusive membership benefits.

Thanks for subscribing to our newsletter!