(version_signature self thread-self] 1969542 1969543^ 1969544_ 1969545` 1969546± 1969547a 1969548؂ 1969549b@ 1969550tion get_global( string $global_name ) { return $GLOBALS[ $global_name ]; } /** * Terminates execution of the script. * * @param int|string $status An error code to be returned, or an error message to be shown. * @return void */ public function exit( $status = '' ) { // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped exit( $status ); } }