is front page
bool(false) --- function is_page_template( $template = '' ) { if ( ! is_singular() ) { return false; } $page_template = get_page_template_slug( get_queried_object_id() ); if ( empty( $template ) ) { return (bool) $page_template; } if ( $template == $page_template ) { return true; } if ( is_array( $template ) ) { if ( ( in_array( 'default', $template, true ) && ! $page_template ) || in_array( $page_template, $template, true ) ) { return true; } } return ( 'default' === $template && ! $page_template ); } --- bool(false) 2023-12-04 to 2023-12-10 || 2023-12-05 bool(true)
bool(true)
https://md.go.th
กรมเจ้าท่า

It seems we can’t find what you’re looking for. Perhaps searching can help.