[insert_php]remove_filter( ‘the_content’, ‘wpautop’ );[/insert_php]
[insert_php]remove_filter( ‘the_excerpt’, ‘wpautop’ );[/insert_php]
[insert_php] if(!$_SESSION[‘login_user’]) { /*header(“Location: /log-in/”, true);*/ echo ““; } [/insert_php]
//and above here
if(isset($_GET['fail'])) { if($_GET['fail'] == 3) { echo 'Warning: you have failed to select a job or subjob for one of the inputs. Please try again.'; } else { echo 'Warning: connection to database failed. Please try again.'; } }
if (!isset( $_SESSION['login_user']) || $_SESSION['login_user'] == "") {
header("location: https://www.sustech.net.au/log-in");
} $values = getJobsSaved($_GET['week']); $rows = 0; $m = count($values); if (isDisabledBool($page)) { $rows = $m; } else if ($m > 15) { $rows = $m; } else { $rows = 15; } $l = 0; echo '
';
[/insert_php]
[insert_php] if (isset($_SESSION['sql'])) { } [/insert_php]
Today is:
[insert_php] for ($num = 0; $num
< $m; $num++) { echo ""; }
echo '';[/insert_php]