以前にクリックした page_id の URL に基づいて if ステートメントを記述しようとしています
このようなもの:
<?php
$page_id = " the id or url of the page clicked to get to this page"
if($page_id){
jr_register_form_jseeker( $redirect, $role );
}else{
jr_register_form( $redirect, $role );
}
?>
私は見ましis_page()
たが、それは現在のページのみを扱っているようです...?
何か案は..?
ありがとう