[ Поиск ] - [ Пользователи ] - [ Календарь ]
Полная Версия: redirectLink
Qaz
$redirectLink = wppb_curpageurl();

if (file_exists ( WPPB_PLUGIN_DIR . '/premium/addons/addon.php' )){
//check to see if the redirecting addon is present and activated
$wppb_addon_settings = get_option('wppb_addon_settings');
if ($wppb_addon_settings['wppb_customRedirect'] == 'show'){
//check to see if the redirect location is not an empty string and is activated
$customRedirectSettings = get_option('customRedirectSettings');
if ((trim($customRedirectSettings['afterRegisterTarget']) != '') && ($customRedirectSettings['afterRegister'] == 'yes')){
$redirectLink = trim($customRedirectSettings['afterRegisterTarget']);
if (wppb_check_missing_http($redirectLink))
$redirectLink = 'http://'. $redirectLink;
}
}
}


$registerFilterArray['redirectMessage1'] = '<font id="messageTextColor">' . sprintf(__( 'Вы скоро будете перенаправлены автоматически. Если вы видите эту страницу более 3 секунд, пожалуйста, нажмите %1$s.%2$s', 'profilebuilder'), '<a href="'.$redirectLink.'">'.__('here', 'profilebuilder').'</a>', '<meta http-equiv="Refresh" content="3;url='.$redirectLink.'" />') . '</font><br/><br/>';
echo $registerFilterArray['redirectMessage1'] = apply_filters('wppb_register_redirect_after_creation1', $registerFilterArray['redirectMessage1'], $redirectLink);


Как сделать переадресацию на нужную страницу???
Быстрый ответ:

 Графические смайлики |  Показывать подпись
Здесь расположена полная версия этой страницы.
Invision Power Board © 2001-2024 Invision Power Services, Inc.