I managed to resolve it myself (always happens after you post it) the link I posted was on the right track, I just had to add to do this:-
add_filter( 'the_content', 'test_frequency_calculator_page_filter' );
add_filter( 'test_frequency_calculator_page_filter', 'get_the_content');
This worked great!
Thanks everyone anyways =)
Thanks stvwlf! I think that should do what I’m looking for, now I know what I’m searching for was able to do a bit more research on it and found this:-
http://ww.wp.xz.cn/support/topic/how-do-i-create-a-new-page-with-the-plugin-im-building
Unfortunately I just woke up not long ago and running latel for work. When I get home I’ll test it out and if I can manage it will post my finaly code for the problem… though I have a feeling it will be very similar to the code used here and in the other post.