ID ) ) ) $blog_page = get_post( $page_for_posts ); } return $blog_page; } static function get_upgrade_hyperlink( $location = '', $title = '', $anchor = '', $target = '', $class = '', $id = '' ){ $affiliate_id = ''; //call during plugins_loaded $affiliate_id = apply_filters( 'aiosp_aff_id' , $affiliate_id ); //build URL $url = 'http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/'; if( $location ) $url .= '?loc=' . $location; if( $affiliate_id ) $url .= "?ap_id=$affiliate_id"; //build hyperlink $hyperlink = '$anchor"; return $hyperlink; } static function get_upgrade_url(){ //put build URL stuff in here } }